aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/pyunit/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/pyunit/pytest.ini')
-rw-r--r--testsuite/pyunit/pytest.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/pyunit/pytest.ini b/testsuite/pyunit/pytest.ini
new file mode 100644
index 000000000..e00478651
--- /dev/null
+++ b/testsuite/pyunit/pytest.ini
@@ -0,0 +1,7 @@
+[pytest]
+addopts = -rA
+
+# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
+# derived from unittest.Testcase
+python_files = *
+python_functions = test_*