We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9250f3d commit 990104dCopy full SHA for 990104d
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: init lint check_lint test uml html cleandocs
+.PHONY: init lint check_lint test uml html cleandocs doctest
2
3
init:
4
python -m pip install -e . --no-deps
@@ -13,7 +13,7 @@ check_lint:
13
interrogate .
14
15
doctest:
16
- pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
+ pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
17
18
test:
19
pytest
0 commit comments