diff options
Diffstat (limited to 'testing/pytest.ini')
-rw-r--r-- | testing/pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/pytest.ini b/testing/pytest.ini new file mode 100644 index 00000000..2d34c607 --- /dev/null +++ b/testing/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +testpaths = tests +norecursedirs = tests/perf |