Skip to content

Commit

Permalink
Fixes correctly picking up tests with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Nov 23, 2021
1 parent 0da6341 commit a4b0df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
junit_family=xunit2
addopts = --cov=CIME --cov-report term-missing --cov-report html:test_coverage/html --cov-report xml:test_coverage/coverage.xml -s
python_files = test_*.py
testpaths =
scripts/lib/CIME/tests

[coverage:report]
omit =
Expand Down

0 comments on commit a4b0df1

Please sign in to comment.