Skip to content
Snippets Groups Projects
Commit 4dccb7ef authored by Robert Habermann's avatar Robert Habermann
Browse files

add doctests

parent 0e40fe83
No related branches found
No related tags found
No related merge requests found
from doctest import DocTestSuite
from unittest import TestSuite
def load_tests(loader, tests, pattern):
suite = TestSuite()
suite.addTests(DocTestSuite('pyotrs.pyotrs'))
return suite
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment