--- 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