FEAT: Se añade TestBobo
This commit is contained in:
parent
e77b426044
commit
1152b7e2bd
@ -1,3 +1,7 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
||||
class ConfiaoTest(TestCase):
|
||||
|
||||
def test_bobo(self):
|
||||
self.assertTrue(True)
|
||||
|
Loading…
Reference in New Issue
Block a user