Skip to content
Snippets Groups Projects
user avatar
Matiss Janis Aboltins authored
Tests cases should be independent. You should be able to run them in
whatever order you want. And they should still pass.

Currently this is not the case. The order of the tests is very important
due to the "pseudo" randomization algorithm.

This PR makes the mock data IDs truly unique thus better exposing the
issue in our tests. Also this PR fixes the dependency issues thus making
each test case truly independent.

---------

Co-authored-by: default avatarJed Fox <git@jedfox.com>
d9bc64e7
History