diff --git a/todo/tests/unit/views/__init__.py b/todo/tests/unit/views/__init__.py new file mode 100644 index 0000000..84a4d93 --- /dev/null +++ b/todo/tests/unit/views/__init__.py @@ -0,0 +1 @@ +# Added this because without this file Django isn't able to auto detect the test files diff --git a/todo/tests/unit/test_health.py b/todo/tests/unit/views/test_health.py similarity index 100% rename from todo/tests/unit/test_health.py rename to todo/tests/unit/views/test_health.py