diff --git a/lib/test/lib/.gitkeep b/lib/test/lib/__init__.py similarity index 100% rename from lib/test/lib/.gitkeep rename to lib/test/lib/__init__.py diff --git a/lib/test/lib/test_daze.py b/lib/test/lib/test_daze.py new file mode 100644 index 0000000..33326ae --- /dev/null +++ b/lib/test/lib/test_daze.py @@ -0,0 +1,2 @@ +def test_daze(): + assert 1 == 1 \ No newline at end of file