From d68f5a4132b0eb12fff6f5bdd1f88671df90b0fa Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sat, 13 Feb 2021 15:16:16 +0100 Subject: [PATCH] added pytest.ini --- pytest.ini | 4 ++++ test/__init__.py | 0 2 files changed, 4 insertions(+) create mode 100644 pytest.ini delete mode 100644 test/__init__.py diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..f00836d --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +python_files = Test*.py +python_classes = Test* +python_functions = test_* \ No newline at end of file diff --git a/test/__init__.py b/test/__init__.py deleted file mode 100644 index e69de29..0000000 -- GitLab