-
Notifications
You must be signed in to change notification settings - Fork 14
Some tests are skipped due to duplicate names #306
Copy link
Copy link
Open
Description
Test names must be unique per scope otherwise the second test overrides the first one with the same name.
For example if you had a test file that does:
def test_a():
pass
def test_a():
pass
Then only the second test_a will be ran. More details here.
These are the tests that are overriding previously defined tests due to this problem:
| def test_user_cannot_create_api_token(self): |
I found this issue automatically, see other issues here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels