mirror of
https://github.com/YunoHost-Apps/django-for-runners_ynh.git
synced 2024-09-03 18:26:16 +02:00
179765f117
https://github.com/jedie/cookiecutter_templates/#base-django-yunohost-app migrated from Poetry to pip-tools and to manifest v2 Apply these changes here.
10 lines
225 B
Python
10 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,),
|
|
)
|