From 3a38089648656c075c2d38e1aef4f62de82ba228 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 29 Mar 2022 03:22:09 +0200 Subject: [PATCH] test(meta): Define test name patterns --- 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..81d95c6 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,4 @@ +[pytest] +python_files = test_* +python_classes = *Tests +python_function = test_* \ No newline at end of file