aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 9 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 3395a23..22ab896 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,4 +5,12 @@ universal = 1
license_file = LICENSE
[tool:pytest]
-xfail_strict = true \ No newline at end of file
+python_files=
+ test_*.py
+ *_test.py
+ *_solution.py
+xfail_strict = true
+filterwarnings =
+ error
+ error::DeprecationWarning
+ error:PendingDeprecationWarning