diff --git a/setup.cfg b/setup.cfg index 4dce8d7..3e07aaf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,3 +54,8 @@ exclude = [options.package_data] * = py.typed + +[tool:pytest] +testpaths = + tests/unit + tests/integration