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. +"""