src/eric7/Testing/__init__.py

branch
eric7-maintenance
changeset 10460
3b34efa2857c
parent 9654
7328efba128b
parent 10439
21c28b0f9e41
child 11118
967a88a16a21
equal deleted inserted replaced
10366:411df92e881f 10460:3b34efa2857c
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 2
3 # Copyright (c) 2022 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2022 - 2024 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Package implementing testing functionality and interface to various test 7 Package implementing testing functionality and interface to various test
8 frameworks. 8 frameworks.
16 Function to get a list of supported programming languages. 16 Function to get a list of supported programming languages.
17 17
18 @return list of supported programming languages 18 @return list of supported programming languages
19 @rtype list of str 19 @rtype list of str
20 """ 20 """
21 return list(FrameworkNames.keys()) 21 return list(FrameworkNames)
22 22
23 23
24 def isLanguageSupported(language): 24 def isLanguageSupported(language):
25 """ 25 """
26 Function to check, if the given programming language is supported by any 26 Function to check, if the given programming language is supported by any

eric ide

mercurial