8 lines
120 B
Python
8 lines
120 B
Python
from django.test import TestCase
|
|
|
|
|
|
class ConfiaoTest(TestCase):
|
|
|
|
def test_bobo(self):
|
|
self.assertTrue(True)
|