Integrate pytest-randomly into the test suite
As a lot of the integration tests populate the database with test data, it is deemed safer to run the tests in random order to uncover potential dependencies between distinct test cases. Because of how the `db_session` fixture is designed, this should already be taken care of.
Loading
Please register or sign in to comment