1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00
yunohost/tests/test_actionmap.py

5 lines
90 B
Python

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