1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2025-09-19 06:48:39 +02:00
yunohost/tests/test_actionmap.py
2021-11-10 18:25:37 +01:00

5 lines
87 B
Python

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