diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..730f976 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,6 @@ +[aliases] +test=pytest + +[tool:pytest] +addopts = --verbose +python_files = tests/test_*.py