From 75ab549370c50d957bb8c9d0959e5871db3b4f3f Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Thu, 5 Dec 2019 11:15:14 +0100 Subject: [PATCH] re-add pytest.ini --- pytest.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..6e31137 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +testpaths = tests +python_files=test*.py +addopts = -v --verbose