From 72a6a90a7f3450ecdafdde59ce9195573dc125d6 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 30 Jun 2016 15:57:31 +0200 Subject: [PATCH] test structure restructed a bit --- tests/api/__init__.py | 0 tests/{api => }/test_helpers.py | 0 tests/{api => }/test_web.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/api/__init__.py rename tests/{api => }/test_helpers.py (100%) rename tests/{api => }/test_web.py (100%) diff --git a/tests/api/__init__.py b/tests/api/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/api/test_helpers.py b/tests/test_helpers.py similarity index 100% rename from tests/api/test_helpers.py rename to tests/test_helpers.py diff --git a/tests/api/test_web.py b/tests/test_web.py similarity index 100% rename from tests/api/test_web.py rename to tests/test_web.py