diff --git a/test/__init__.py b/test/__init__.py index e69de29bb..716993420 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1,4 @@ +import unittest +import yourbase + +yourbase.attatch(unittest) \ No newline at end of file