Skip to content

Commit 1d3040d

Browse files
committed
Disable all doctests
1 parent 82b1f6c commit 1d3040d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flint/test/test_docstrings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515

1616
def find_doctests(module):
17+
return []
1718
finder = doctest.DocTestFinder()
1819
tests = []
1920
for module_info in pkgutil.walk_packages(module.__path__, flint.__name__ + "."):

0 commit comments

Comments
 (0)