Added unit module

This commit is contained in:
2020-05-09 10:41:19 +02:00
parent 1141f6d4a6
commit 2cbd8bf49d

View File

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