From 9a7ca8a6cbab866d6ce6b1eb12e5977f7f2a9367 Mon Sep 17 00:00:00 2001 From: spl3g Date: Thu, 28 May 2026 18:55:00 +0300 Subject: init --- core/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/tests.py (limited to 'core/tests.py') diff --git a/core/tests.py b/core/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/core/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. -- cgit v1.2.3