Files
ansible/lib/python3.10/site-packages/svg/path/tests/test_doc.py
2023-02-08 12:13:28 +01:00

6 lines
83 B
Python

import doctest
def test_readme():
doctest.testfile("../../../../README.rst")