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)

View file

@ -7,4 +7,5 @@ gunicorn==23.0.0
psycopg2-binary==2.9.10
django-cors-headers==4.7.0
requests==2.32.3
freezegun==1.5.2
freezegun==1.5.2
coverage==7.9.1