first commit

This commit is contained in:
2026-04-29 20:45:00 -03:00
parent 0c4f67eb63
commit f613b58a8a
37 changed files with 1740 additions and 106 deletions

7
tests/test_structural.py Normal file
View File

@@ -0,0 +1,7 @@
def test_config_loads(rails):
assert rails is not None
def test_config_directory_exists(project_root):
assert (project_root / "config" / "config.yml").exists()
assert (project_root / "config" / "input.co").exists()
assert (project_root / "config" / "output.co").exists()