Skip to content
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

[Feature]: Check tests and solve dependencies if they exist. #190

Closed
1 task done
AlejandroCN7 opened this issue Mar 23, 2022 · 0 comments · Fixed by #188
Closed
1 task done

[Feature]: Check tests and solve dependencies if they exist. #190

AlejandroCN7 opened this issue Mar 23, 2022 · 0 comments · Fixed by #188
Assignees
Labels
enhancement New feature or request Testing Something that needs tests
Milestone

Comments

@AlejandroCN7
Copy link
Member

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

  • I have checked that there is no similar issue in the repo (required)
@AlejandroCN7 AlejandroCN7 added enhancement New feature or request Testing Something that needs tests labels Mar 23, 2022
@AlejandroCN7 AlejandroCN7 added this to the v2.0.0 milestone Mar 23, 2022
@AlejandroCN7 AlejandroCN7 self-assigned this Mar 23, 2022
@AlejandroCN7 AlejandroCN7 mentioned this issue Mar 23, 2022
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Testing Something that needs tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant