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