We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c349f4 commit bacbd53Copy full SHA for bacbd53
pdoc/test/__init__.py
@@ -126,6 +126,7 @@ class CliTest(unittest.TestCase):
126
def setUp(self):
127
pdoc.reset()
128
129
+ @unittest.skipIf(sys.version_info < (3, 7), 'pdoc._formatannotation fails on Py3.6')
130
def test_project_doctests(self):
131
doctests = doctest.testmod(pdoc)
132
assert not doctests.failed and doctests.attempted, doctests
0 commit comments