FEAT: Se añade TestBobo

This commit is contained in:
Rodia 2024-06-22 09:57:23 -05:00
parent e77b426044
commit 1152b7e2bd

View File

@ -1,3 +1,7 @@
from django.test import TestCase
# Create your tests here.
class ConfiaoTest(TestCase):
def test_bobo(self):
self.assertTrue(True)