diff options
Diffstat (limited to 'test/pytest.ini')
-rw-r--r-- | test/pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pytest.ini b/test/pytest.ini new file mode 100644 index 00000000..c672788a --- /dev/null +++ b/test/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +addopts = -rs -vvv +python_functions = test_* |