aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pytest.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..755fead
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,10 @@
+[pytest]
+
+# search for 'test_*' functions in all python files, not just under tests
+python_files = test_*.py tests/*.py chocula/*.py bin/*.py
+
+# Eg, warnings in surt library
+filterwarnings =
+ ignore:.*invalid escape seq.*:DeprecationWarning
+
+log_level = INFO