From 106c452ee64cbc104e39316d4b3736fb84277bb5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sun, 10 Jan 2021 22:02:46 -0500 Subject: [PATCH] Take test_config out of tests/config for now I think we'll only have one file in the for now, so let's take it out. --- tests/config/__init__.py | 0 tests/{config => }/test_config.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/config/__init__.py rename tests/{config => }/test_config.py (100%) diff --git a/tests/config/__init__.py b/tests/config/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/config/test_config.py b/tests/test_config.py similarity index 100% rename from tests/config/test_config.py rename to tests/test_config.py