Skip to content

Commit cd2dd54

Browse files
committed
Changed error numbers in json file.
1 parent e3049b6 commit cd2dd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 3,
33
"status": "error",
4-
"message": " /usr/local/lib/python3.9/site-packages/_pytest/python.py:608: in _importtestmodule\n mod = import_path(self.fspath, mode=importmode)\n/usr/local/lib/python3.9/site-packages/_pytest/pathlib.py:533: in import_path\n importlib.import_module(module_name)\n/usr/local/lib/python3.9/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n<frozen importlib._bootstrap>:1030: in _gcd_import\n ???\n<frozen importlib._bootstrap>:1007: in _find_and_load\n ???\n<frozen importlib._bootstrap>:986: in _find_and_load_unlocked\n ???\n<frozen importlib._bootstrap>:680: in _load_unlocked\n ???\n/usr/local/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:168: in exec_module\n exec(co, module.__dict__)\ntest/example-syntax-error/example_syntax_error_test.py:4: in <module>\n from example_syntax_error import hello\nE File \"./test/example-syntax-error/example_syntax_error.py\", line 3\nE def hello();\nE ^\nE SyntaxError: invalid syntax",
4+
"message": " /usr/local/lib/python3.9/site-packages/_pytest/python.py:608: in _importtestmodule\n mod = import_path(self.path, mode=importmode, root=self.config.rootpath)\n'/usr/local/lib/python3.9/site-packages/_pytest/pathlib.py:533: in import_path\n importlib.import_module(module_name)\n/usr/local/lib/python3.9/importlib/__init__.py:127: in import_module\n return _bootstrap._gcd_import(name[level:], package, level)\n<frozen importlib._bootstrap>:1030: in _gcd_import\n ???\n<frozen importlib._bootstrap>:1007: in _find_and_load\n ???\n<frozen importlib._bootstrap>:986: in _find_and_load_unlocked\n ???\n<frozen importlib._bootstrap>:680: in _load_unlocked\n ???\n/usr/local/lib/python3.9/site-packages/_pytest/assertion/rewrite.py:168: in exec_module\n exec(co, module.__dict__)\ntest/example-syntax-error/example_syntax_error_test.py:4: in <module>\n from example_syntax_error import hello\n File \"./test/example-syntax-error/example_syntax_error.py\", line 3\n def hello();\n ^\n SyntaxError: invalid syntax",,
55
"tests": []
66
}

0 commit comments

Comments
 (0)