added coverage

This commit is contained in:
Edward Tirado Jr 2025-07-03 14:25:17 -05:00
parent cf42c0dbd9
commit eeb74027eb
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,6 @@
from django.test import TestCase
from unittest import TestCase
# Create your tests here.
class OmdbTestCase(TestCase):
def test_movie_db(self):
self.assertTrue(True)