Skip to content

Commit 0ea1405

Browse files
committed
Modify doctest script to include readme.
1 parent ffb0574 commit 0ea1405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def load_tests(loader, tests, ignore):
7-
for root, dirs, files in os.walk("./docs"):
7+
for root, dirs, files in os.walk("."):
88
for f in files:
99
if f.endswith(".rst"):
1010
tests.addTests(

0 commit comments

Comments
 (0)