Skip to content

Commit 990104d

Browse files
committed
point to the conftest file in make command
1 parent 9250f3d commit 990104d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: init lint check_lint test uml html cleandocs
1+
.PHONY: init lint check_lint test uml html cleandocs doctest
22

33
init:
44
python -m pip install -e . --no-deps
@@ -13,7 +13,7 @@ check_lint:
1313
interrogate .
1414

1515
doctest:
16-
pytest --doctest-modules --ignore=causalpy/tests/ causalpy/
16+
pytest --doctest-modules --ignore=causalpy/tests/ causalpy/ --config-file=causalpy/tests/conftest.py
1717

1818
test:
1919
pytest

0 commit comments

Comments
 (0)