diff --git a/Makefile b/Makefile index 8bc58c49..e1ef5d27 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ clean-test: ## remove test and coverage artifacts rm -fr htmlcov/ test: - coverage run --parallel-mode --omit */_version.py -m pytest tests + coverage run --parallel-mode --omit */_version.py -m pytest install: pip install -U pre-commit diff --git a/setup.cfg b/setup.cfg index 7b7a1b6b..d027a942 100644 --- a/setup.cfg +++ b/setup.cfg @@ -65,8 +65,9 @@ branch = true show_missing = true [tool:pytest] +python_files = test_*.py *_example.py addopts = -rsx --tb=short -testpaths = tests +testpaths = docs/source tests asyncio_mode = auto junit_family=xunit2 filterwarnings =