1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2025-10-09 00:28:44 +02:00
yunohost/tests/test_actionmap.py
2021-08-17 17:26:00 +02:00

5 lines
95 B
Python

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