mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
7 lines
91 B
Python
7 lines
91 B
Python
from django.test.testcases import TestCase
|
|
|
|
|
|
class YnhTestCase(TestCase):
|
|
"""
|
|
|
|
"""
|