From 4a8b249d2788120c01fe961194cfe38a011302a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr>
Date: Thu, 16 Apr 2020 19:07:31 +0200
Subject: [PATCH] move all tests to a dedicated folder

---
 ippisite/ippidb/{ => tests}/tests.py            | 0
 ippisite/ippidb/{ => tests}/tests_contribute.py | 0
 ippisite/ippidb/{ => tests}/tests_utils.py      | 0
 ippisite/ippidb/{ => tests}/tests_views.py      | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename ippisite/ippidb/{ => tests}/tests.py (100%)
 rename ippisite/ippidb/{ => tests}/tests_contribute.py (100%)
 rename ippisite/ippidb/{ => tests}/tests_utils.py (100%)
 rename ippisite/ippidb/{ => tests}/tests_views.py (100%)

diff --git a/ippisite/ippidb/tests.py b/ippisite/ippidb/tests/tests.py
similarity index 100%
rename from ippisite/ippidb/tests.py
rename to ippisite/ippidb/tests/tests.py
diff --git a/ippisite/ippidb/tests_contribute.py b/ippisite/ippidb/tests/tests_contribute.py
similarity index 100%
rename from ippisite/ippidb/tests_contribute.py
rename to ippisite/ippidb/tests/tests_contribute.py
diff --git a/ippisite/ippidb/tests_utils.py b/ippisite/ippidb/tests/tests_utils.py
similarity index 100%
rename from ippisite/ippidb/tests_utils.py
rename to ippisite/ippidb/tests/tests_utils.py
diff --git a/ippisite/ippidb/tests_views.py b/ippisite/ippidb/tests/tests_views.py
similarity index 100%
rename from ippisite/ippidb/tests_views.py
rename to ippisite/ippidb/tests/tests_views.py
-- 
GitLab