We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try running pytest suites but I've an error :
INTERNALERROR> File "/opt/test-runner/runner/__init__.py", line 50, in pytest_collection_modifyitems INTERNALERROR> items.sort(key=_sort_by_lineno) INTERNALERROR> File "/opt/test-runner/runner/__init__.py", line 48, in _sort_by_lineno INTERNALERROR> return TestOrder.lineno(test_id, source) INTERNALERROR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ INTERNALERROR> File "/opt/test-runner/runner/sort.py", line 94, in lineno INTERNALERROR> return cls._cache[test_id].lineno INTERNALERROR> ~~~~~~~~~~^^^^^^^^^ INTERNALERROR> KeyError: 'test_primes.py::test_isprime[prime_case0]'
The tests runs well locally but not with the python-grader. The grader works well with no parametrized pytest function.
I tried everything:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try running pytest suites but I've an error :
The tests runs well locally but not with the python-grader. The grader works well with no parametrized pytest function.
I tried everything:
The text was updated successfully, but these errors were encountered: