6 lines
97 B
Python
6 lines
97 B
Python
|
from autonomic.yaml import yaml
|
||
|
|
||
|
|
||
|
def test_yaml_config():
|
||
|
assert yaml.explicit_start is True
|