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