From 0dd52a6eeac1630f53e283388b8dad13e1fc3a2b Mon Sep 17 00:00:00 2001 From: Minki Kim Date: Sat, 24 Feb 2024 22:11:45 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor=20test=20structur?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/controllers/__init__.py | 0 tests/{test_controller.py => controllers/test_cli.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/controllers/__init__.py rename tests/{test_controller.py => controllers/test_cli.py} (100%) diff --git a/tests/controllers/__init__.py b/tests/controllers/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_controller.py b/tests/controllers/test_cli.py similarity index 100% rename from tests/test_controller.py rename to tests/controllers/test_cli.py