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
Sometimes tests may depend on the execution of a previous test so that the state of the fixtures is correct when a different test is executed.
With this issue I propose that the tests should be totally independent of each other and thus be able to run them in isolation if necessary (currently the tests are only independent between the different scripts that compose it).
Solution
Check tests and make changes to fixtures when necessary to achieve this goal.
Checklist
I have checked that there is no similar issue in the repo (required)
The text was updated successfully, but these errors were encountered:
Feature 🚀
Check tests and solve dependencies if they exist.
Motivation
Sometimes tests may depend on the execution of a previous test so that the state of the fixtures is correct when a different test is executed.
With this issue I propose that the tests should be totally independent of each other and thus be able to run them in isolation if necessary (currently the tests are only independent between the different scripts that compose it).
Solution
Check tests and make changes to fixtures when necessary to achieve this goal.
Checklist
The text was updated successfully, but these errors were encountered: