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 62bf444 commit b7c66dbCopy full SHA for b7c66db
Makefile
@@ -21,7 +21,7 @@ clean-test: ## remove test and coverage artifacts
21
rm -fr htmlcov/
22
23
test:
24
- coverage run --parallel-mode --omit */_version.py -m pytest tests
+ coverage run --parallel-mode --omit */_version.py -m pytest
25
26
install:
27
pip install -U pre-commit
setup.cfg
@@ -65,8 +65,9 @@ branch = true
65
show_missing = true
66
67
[tool:pytest]
68
+python_files = test_*.py *_example.py
69
addopts = -rsx --tb=short
-testpaths = tests
70
+testpaths = docs/source tests
71
asyncio_mode = auto
72
junit_family=xunit2
73
filterwarnings =
0 commit comments