From 8638b2c5f7a7aae0949dcf561549c5d1b397d717 Mon Sep 17 00:00:00 2001 From: techumcode <66254108+techumcode@users.noreply.github.com> Date: Mon, 12 Oct 2020 09:51:33 +0530 Subject: [PATCH] Delete tests.py --- product/tests.py | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 product/tests.py diff --git a/product/tests.py b/product/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/product/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here.