Skip to content

Commit

Permalink
Adding BEMEWS mark for tests, and skip these tests in standard testin…
Browse files Browse the repository at this point in the history
…g workflow
  • Loading branch information
Sheshuk committed Oct 23, 2024
1 parent 7ec7fe6 commit fb1c925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run unit tests with pytest
run: |
pytest -m 'not snowglobes'
pytest -m 'not snowglobes' -m 'not BEMEWS'
- name: Build HTML docs
run: |
Expand Down
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ markers=
snowglobes: tests that require SNOwGLoBES installed
crosscheck: integration tests for comparison with reference output
timing: benchmark testing of the function execution time
BEMEWS: use external BEMEWS package for calculation of EarthMatter effect


0 comments on commit fb1c925

Please sign in to comment.