diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..aa6ab96 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,5 @@ +[pytest] +addopts = --ignore=test +python_files = *.py +python_classes = *Test +python_functions = test_*