mirror of
https://github.com/hoshikawa2/nemo_guardrails_ci_cd.git
synced 2026-07-10 00:34:20 +00:00
first commit
This commit is contained in:
7
tests/test_structural.py
Normal file
7
tests/test_structural.py
Normal 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()
|
||||
Reference in New Issue
Block a user