mirror of
https://github.com/Hopiu/django.git
synced 2026-03-27 19:30:24 +00:00
8 lines
98 B
Python
8 lines
98 B
Python
|
|
from django.test import TestCase
|
||
|
|
|
||
|
|
|
||
|
|
class Test(TestCase):
|
||
|
|
|
||
|
|
def test_sample(self):
|
||
|
|
pass
|