From bd3664c6315dca15d15bdf4d4a6342b2131e041c Mon Sep 17 00:00:00 2001 From: anand Date: Sat, 13 Dec 2025 17:06:22 +0530 Subject: moving --- django/factwise-python/factwise_submission/plannerapp/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 django/factwise-python/factwise_submission/plannerapp/tests.py (limited to 'django/factwise-python/factwise_submission/plannerapp/tests.py') diff --git a/django/factwise-python/factwise_submission/plannerapp/tests.py b/django/factwise-python/factwise_submission/plannerapp/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/django/factwise-python/factwise_submission/plannerapp/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. -- cgit v1.2.3