6 lines
123 B
Python
6 lines
123 B
Python
from agent.configuration import Configuration
|
|
|
|
|
|
def test_configuration_empty():
|
|
Configuration.from_runnable_config({})
|