Skip to content

Commit

Permalink
Revert the doctest-modules to doctest-plus change to run inline doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Dec 29, 2022
1 parent 22b3751 commit a5fbe5a
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
Expand Up @@ -60,7 +60,7 @@ test_no_images:
# use -o to override the addopts in pyproject.toml file
cd $(TESTDIR); \
PYGMT_USE_EXTERNAL_DISPLAY="false" \
pytest -o addopts="--verbose --durations=0 --durations-min=0.2 --doctest-plus" \
pytest -o addopts="--verbose --durations=0 --durations-min=0.2 --doctest-modules" \
$(PYTEST_COV_ARGS) $(PROJECT)
rm -r $(TESTDIR)

Expand Down

0 comments on commit a5fbe5a

Please sign in to comment.