mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
11 lines
225 B
Python
11 lines
225 B
Python
|
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,),
|
||
|
)
|