TST: Add test

This commit is contained in:
Eric Larson 2024-02-20 12:13:51 -05:00
parent 715dbc0f6c
commit 00b8e92b2e
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ def test_fixture_disallow_marks_on_fixtures():
raise NotImplementedError()
assert len(record) == 2 # one for each mark decorator
# should point to this file
assert all(rec.filename == __file__ for rec in record)
def test_fixture_disallowed_between_marks():