Skip to content

Commit

Permalink
Register skipinbeta marker
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed Oct 20, 2023
1 parent 6e46e69 commit 659a96e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions usr/share/lib/img_proof/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,3 +252,11 @@ def f():
else:
return True
return f


def pytest_configure(config):
# register an additional marker
config.addinivalue_line(
"markers",
"skipinbeta: mark test to be skipped during beta testing phase"
)

0 comments on commit 659a96e

Please sign in to comment.