Skip to content

Commit

Permalink
Include src in test target to run doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Jun 25, 2024
1 parent 5a6340b commit 64a9b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build, package, test, and clean
PROJECT=pooch
TESTS=tests
TESTS=tests src/$(PROJECT)
PYTEST_ARGS=--cov-config=.coveragerc --cov-report=term-missing --cov=$(PROJECT) --doctest-modules -v --pyargs
LINT_FILES=$(PROJECT)
CHECK_STYLE=src/$(PROJECT) doc
Expand Down

0 comments on commit 64a9b24

Please sign in to comment.