Skip to content

Commit

Permalink
fix pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jan 23, 2024
1 parent fd43dd3 commit 0ea2d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ notebooks = ["ipython", "jupyter", "tabulate"]
# TODO: add src to testpaths to trigger doctests. However, this
# requires injecting fixtures, which requires conftest.py in src/,
# which requires packaging changes. Deferred.
addopts = "--cov-config=setup.cfg --cov-report=term-missing --cov=ga4gh"
addopts = "--cov-report=term-missing --cov=ga4gh"
testpaths = "src tests"
doctest_optionflags = "ALLOW_UNICODE ALLOW_BYTES ELLIPSIS IGNORE_EXCEPTION_DETAIL NORMALIZE_WHITESPACE"

Expand Down

0 comments on commit 0ea2d3d

Please sign in to comment.