Skip to content

Commit

Permalink
chore: uncomment docstring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Mar 6, 2024
1 parent 54185eb commit 7c9fc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deps =
coverage
pre-commit
commands =
; coverage run --data-file=.coverage.doc.tests --source=quackosm -m pytest -v -s --durations=20 --doctest-modules --doctest-continue-on-failure quackosm
coverage run --data-file=.coverage.doc.tests --source=quackosm -m pytest -v -s --durations=20 --doctest-modules --doctest-continue-on-failure quackosm
coverage run --data-file=.coverage.base.tests --source=quackosm -m pytest -v -s --durations=20 tests/base
coverage run --data-file=.coverage.benchmark.tests --source=quackosm -m pytest -v -s --durations=20 tests/benchmark
coverage combine
Expand Down

0 comments on commit 7c9fc26

Please sign in to comment.