From 5bd98211ba4121c7cf78325ae10480b16a746634 Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Fri, 28 May 2021 23:40:00 +0800 Subject: [PATCH] tests.py --- student/tests.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 student/tests.py diff --git a/student/tests.py b/student/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/student/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here.