yunohost/tests/test_actionmap.py

5 lines
95 B
Python

import yaml
def test_yaml_syntax():
yaml.safe_load(open("data/actionsmap/yunohost.yml"))