You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
This isn't ideal because if the test halts mid-execution, the value is never reset and could cause cascade failures into other tests. A better solution is to use a pytest fixture:
Throughout our test suite there are many areas where we update config. vars within a test.
This isn't ideal because if the test halts mid-execution, the value is never reset and could cause cascade failures into other tests. A better solution is to use a pytest fixture:
as these will clean-up after themselves if the test fails.
Another option is to override
pytest.ini
vars directly.The text was updated successfully, but these errors were encountered: