From 672a4ea2fe0e6776cfa4b085c1675a5fc44515e7 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Wed, 5 Feb 2020 20:35:35 +0100 Subject: [PATCH] Fix tests --- setup.cfg | 3 ++- {pyicloud/tests => tests}/__init__.py | 0 {pyicloud/tests => tests}/test_sanity.py | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {pyicloud/tests => tests}/__init__.py (100%) rename {pyicloud/tests => tests}/test_sanity.py (100%) 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