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
When we try to test code (via pytest) that throw exception, this test fail. After that all other (no-skiped) tests also fails.
We expect this test not to fail, and even a little bit to interfere with the work of the following tests.
class XCppTests(jupyter_kernel_test.KernelTests): # Exception throwing code_generate_error = 'throw std::runtime_error("Unknown exception");'
$ pytest . ====== test session starts ===== ... collected 12 items test_xcpp_kernel.py ss.ssFFsssFF
The text was updated successfully, but these errors were encountered:
I suspect this is related to the discussion here root-project/root#7541
Sorry, something went wrong.
No branches or pull requests
Description
When we try to test code (via pytest) that throw exception, this test fail.
After that all other (no-skiped) tests also fails.
We expect this test not to fail, and even a little bit to interfere with the work of the following tests.
What I Did
The text was updated successfully, but these errors were encountered: