Home | History | Annotate | Download | only in python2.7

Lines Matching refs:DocFileCase

2406 class DocFileCase(DocTestCase):
2445 # Convert it to a test, and wrap it in a DocFileCase.
2447 return DocFileCase(test, **options)