diff --git a/setup.cfg b/setup.cfg index b65de62..da92b6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,6 +46,6 @@ keyring.backends = ArtifactsKeyringBackend = artifacts_keyring:ArtifactsKeyringBackend [tool:pytest] -testpaths = src/tests +testpaths = tests python_functions = test_* python_files = test_*.py diff --git a/src/tests/__init__.py b/tests/__init__.py similarity index 100% rename from src/tests/__init__.py rename to tests/__init__.py diff --git a/src/tests/test_backend.py b/tests/test_backend.py similarity index 100% rename from src/tests/test_backend.py rename to tests/test_backend.py