diff --git a/tests/test_basic.py b/tests/test_basic.py new file mode 100644 index 0000000..d12df09 --- /dev/null +++ b/tests/test_basic.py @@ -0,0 +1,7 @@ +import os + +def test_repository_structure(): + assert os.path.exists("README.md") + +def test_docs_folder_exists(): + assert os.path.exists("docs") \ No newline at end of file