src/eric7/Testing/__init__.py

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9264
18a7312cfdb3
child 9653
e67609152c5e
--- a/src/eric7/Testing/__init__.py	Wed Jul 13 11:16:20 2022 +0200
+++ b/src/eric7/Testing/__init__.py	Wed Jul 13 14:55:47 2022 +0200
@@ -14,7 +14,7 @@
 def supportedLanguages():
     """
     Function to get a list of supported programming languages.
-    
+
     @return list of supported programming languages
     @rtype list of str
     """
@@ -25,7 +25,7 @@
     """
     Function to check, if the given programming language is supported by any
     testing framework.
-    
+
     @param language programming language
     @type str
     @return flag indicating support

eric ide

mercurial