don_confiao_backend/tienda_ilusion/don_confiao/tests.py
2024-06-22 09:57:23 -05:00

8 lines
120 B
Python

from django.test import TestCase
class ConfiaoTest(TestCase):
def test_bobo(self):
self.assertTrue(True)