mirror of
https://github.com/ceph/ceph
synced 2025-02-02 08:22:36 +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))
|