-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
tests/test_user_config.py failure #58
Comments
May I ask why you need to test it with pytest-randomly? |
This is to improve the robustness of the testsuite. |
Thanks for reporting this. I think this is an issue we need to resolve. Mind take a stab on it? |
@laike9m Can I work on this issue? |
@kshivakumar Sure. If you have any questions, let me know |
Steps to reproduce ErrorAny of the below commands will cause a test case to fail
ObservationsTest cases in test_user_config.py fail if the order of execution changes. Specifically, if a test case other than Root Cause AnalysisIn our
#59 fixes this. |
tests/test_user_config.py::test_invalid_config_1
can run into failure when executing the following commands:pip install pytest-randomly
pytest --randomly-seed=1234
The text was updated successfully, but these errors were encountered: