added coverage
This commit is contained in:
parent
cf42c0dbd9
commit
eeb74027eb
2 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue