From 1152b7e2bdb01c0b8a74d3656ed58a436fdc5867 Mon Sep 17 00:00:00 2001 From: Rodia Date: Sat, 22 Jun 2024 09:57:23 -0500 Subject: [PATCH] =?UTF-8?q?FEAT:=20Se=20a=C3=B1ade=20TestBobo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tienda_ilusion/don_confiao/tests.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tienda_ilusion/don_confiao/tests.py b/tienda_ilusion/don_confiao/tests.py index 7ce503c..88d1e3e 100644 --- a/tienda_ilusion/don_confiao/tests.py +++ b/tienda_ilusion/don_confiao/tests.py @@ -1,3 +1,7 @@ from django.test import TestCase -# Create your tests here. + +class ConfiaoTest(TestCase): + + def test_bobo(self): + self.assertTrue(True)