-
Notifications
You must be signed in to change notification settings - Fork 1
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:
meetup2apricot/tests/test_meetup_event.py
Line 126 in 5b30c13
def test_featured_missing(paid_meetup_event): |
I found this issue automatically, see other issues here
Metadata
Metadata
Assignees
Labels
No labels