-
-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskSomething that has to be done at some pointSomething that has to be done at some point
Description
A few tests (e.g. in test_helpers.py) implement the creation / deletion of the resources they need by themselves. This approach has a problem: if the test fails, the resources are left behind. Tests should have no side effect, shouldn't depend on other tests side effects, and should be idempotent.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtaskSomething that has to be done at some pointSomething that has to be done at some point