Files
graphtest/tests/unit_tests/test_configuration.py

6 lines
131 B
Python
Raw Normal View History

2024-09-13 16:30:31 -07:00
from agent.configuration import Configuration
2024-09-13 16:28:17 -07:00
2024-09-13 17:06:33 -07:00
def test_configuration_empty() -> None:
2024-09-13 16:28:17 -07:00
Configuration.from_runnable_config({})