Skip to content

Commit

Permalink
conftest.py: Added 'access_om3' test marker
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 6, 2024
1 parent aa8c4c9 commit 9ba93fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model_config_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,6 @@ def pytest_configure(config):
config.addinivalue_line(
"markers", "access_om2: mark as access-om2 specific tests in quick QA CI checks"
)
config.addinivalue_line(
"markers", "access_om3: mark as access-om3 specific tests in quick QA CI checks"
)

0 comments on commit 9ba93fb

Please sign in to comment.