From 7a7979c91a823eb18ccbea678fb05129754664bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Sat, 12 Sep 2020 13:56:59 +0200 Subject: [PATCH] Remove empty tests.py files Some of them were shadowing tests/ directories --- actu/tests.py | 3 --- calendrier/tests.py | 3 --- gestion/tests.py | 3 --- partitions/tests.py | 3 --- trombonoscope/tests.py | 3 --- 5 files changed, 15 deletions(-) delete mode 100644 actu/tests.py delete mode 100644 calendrier/tests.py delete mode 100644 gestion/tests.py delete mode 100644 partitions/tests.py delete mode 100644 trombonoscope/tests.py diff --git a/actu/tests.py b/actu/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/actu/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/calendrier/tests.py b/calendrier/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/calendrier/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/gestion/tests.py b/gestion/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/gestion/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/partitions/tests.py b/partitions/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/partitions/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/trombonoscope/tests.py b/trombonoscope/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/trombonoscope/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here.