We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405c2fb commit d7e94d9Copy full SHA for d7e94d9
integrations/selenium_ide/convert_ide.py
@@ -36,7 +36,7 @@ def main():
36
all_code = f.read()
37
f.close()
38
if "def test_" not in all_code:
39
- raise Exception("Not a valid Python test file!")
+ raise Exception("Not a valid Python unittest.TestCase file!")
40
code_lines = all_code.split('\n')
41
for line in code_lines:
42
0 commit comments