diff --git a/setup.cfg b/setup.cfg index 8f505f4..1b3e247 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ -[pytest] +[tool:pytest] +testpaths = tests norecursedirs=lib build .tox diff --git a/pyicloud/tests/__init__.py b/tests/__init__.py similarity index 100% rename from pyicloud/tests/__init__.py rename to tests/__init__.py diff --git a/pyicloud/tests/test_sanity.py b/tests/test_sanity.py similarity index 100% rename from pyicloud/tests/test_sanity.py rename to tests/test_sanity.py