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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue