diff --git a/pytest.ini b/pytest.ini deleted file mode 100644 index ed3f5dd..0000000 --- a/pytest.ini +++ /dev/null @@ -1,14 +0,0 @@ -[tool:pytest] -testpaths = tests -python_files = test_*.py -python_classes = Test* -python_functions = test_* -pythonpath = src -addopts = - -v - --tb=short - --strict-markers - --disable-warnings -filterwarnings = - ignore::DeprecationWarning - ignore::PendingDeprecationWarning \ No newline at end of file