6 lines
131 B
Python
6 lines
131 B
Python
from agent.configuration import Configuration
|
|
|
|
|
|
def test_configuration_empty() -> None:
|
|
Configuration.from_runnable_config({})
|