6 lines
83 B
Python
6 lines
83 B
Python
import doctest
|
|
|
|
|
|
def test_readme():
|
|
doctest.testfile("../../../../README.rst")
|