aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-10-25 13:32:32 -0400
committerPaul Ganssle <paul@ganssle.io>2018-10-25 13:37:26 -0400
commit09a6f414f0d8ee704482e103d42605baaf7596e1 (patch)
tree7a04179610c2a7d6d8c0791a49c87d558cd442d4 /setup.cfg
parent13ce77380ca745ada1a5252e264c97029facc075 (diff)
downloaddateutil-09a6f414f0d8ee704482e103d42605baaf7596e1.tar.gz
Add documentation exercises to pytest
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 4a8ed2b..22ab896 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,10 @@ universal = 1
license_file = LICENSE
[tool:pytest]
+python_files=
+ test_*.py
+ *_test.py
+ *_solution.py
xfail_strict = true
filterwarnings =
error