django-for-runners_ynh/for_runners_ynh/tests/test_doctests.py

11 lines
225 B
Python
Raw Normal View History

from bx_py_utils.test_utils.unittest_utils import BaseDocTests
import for_runners_ynh
class DocTests(BaseDocTests):
def test_doctests(self):
self.run_doctests(
modules=(for_runners_ynh,),
)