From bea2a445b2ca6e4426a47205e05cd1b2f409b151 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 23 Feb 2020 19:02:35 +0100 Subject: [PATCH] Moved tests out to root directory. --- {seasonedParser/test => test}/__init__.py | 0 test/templates/test | 0 {seasonedParser/test => test}/test_import.py | 0 {seasonedParser/test => test}/test_square.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {seasonedParser/test => test}/__init__.py (100%) create mode 100644 test/templates/test rename {seasonedParser/test => test}/test_import.py (100%) rename {seasonedParser/test => test}/test_square.py (100%) diff --git a/seasonedParser/test/__init__.py b/test/__init__.py similarity index 100% rename from seasonedParser/test/__init__.py rename to test/__init__.py diff --git a/test/templates/test b/test/templates/test new file mode 100644 index 0000000..e69de29 diff --git a/seasonedParser/test/test_import.py b/test/test_import.py similarity index 100% rename from seasonedParser/test/test_import.py rename to test/test_import.py diff --git a/seasonedParser/test/test_square.py b/test/test_square.py similarity index 100% rename from seasonedParser/test/test_square.py rename to test/test_square.py