From ea267f8e3fba98b513dd46b605a1ad33ef0b2a9d Mon Sep 17 00:00:00 2001
From: dmt <>
Date: Thu, 3 Oct 2019 18:41:29 +0200
Subject: [PATCH] Create dirs for functionality and unit tests.

---
 tests/{temp => func/__init__.py} | 0
 tests/unit/__init__.py           | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename tests/{temp => func/__init__.py} (100%)
 create mode 100644 tests/unit/__init__.py

diff --git a/tests/temp b/tests/func/__init__.py
similarity index 100%
rename from tests/temp
rename to tests/func/__init__.py
diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py
new file mode 100644
index 0000000..e69de29
-- 
GitLab