mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
10 lines
223 B
Python
10 lines
223 B
Python
from bx_py_utils.test_utils.unittest_utils import BaseDocTests
|
|
|
|
import django_fmd_ynh
|
|
|
|
|
|
class DocTests(BaseDocTests):
|
|
def test_doctests(self):
|
|
self.run_doctests(
|
|
modules=(django_fmd_ynh,),
|
|
)
|