diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..5e59095 --- /dev/null +++ b/pytest.ini @@ -0,0 +1 @@ +[pytest]\ntestpaths = tests\npython_files = test_*.py\npython_classes = Test*\npython_functions = test_*\naddopts = -v --tb=short \ No newline at end of file