From 409545494627690a644d1a9024b0d4bdb8f49acb Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Sun, 27 Sep 2020 23:27:19 +0100 Subject: [PATCH] Tests: added pytest.ini. --- test/pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/pytest.ini 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_*