From 2cbd8bf49d8b1e5c426a3a73e7f7b2bcfd82ca5d Mon Sep 17 00:00:00 2001 From: Bastiaan Welmers Date: Sat, 9 May 2020 10:41:19 +0200 Subject: [PATCH] Added unit module --- tests/videodinges/unit/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/videodinges/unit/__init__.py diff --git a/tests/videodinges/unit/__init__.py b/tests/videodinges/unit/__init__.py new file mode 100644 index 0000000..9f57084 --- /dev/null +++ b/tests/videodinges/unit/__init__.py @@ -0,0 +1,4 @@ +""" + Module for storing 'real' _unit_ tests. + Meaning, they should test single small units e.g. methods or functions in an isolated way. +"""