mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
|
import yaml
|
||
|
|
||
|
|
||
|
def test_load_yaml(yaml_file):
|
||
|
yaml.safe_load(open(yaml_file))
|