diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..ac22dce --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +from .general import TestGeneral \ No newline at end of file diff --git a/tests.py b/tests/general.py similarity index 100% rename from tests.py rename to tests/general.py