File: test_doc.py

package info (click to toggle)
python-svg.path 7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: python: 2,456; makefile: 37; sh: 2
file content (5 lines) | stat: -rw-r--r-- 82 bytes parent folder | download
1
2
3
4
5
import doctest


def test_readme() -> None:
    doctest.testfile("../README.rst")