from unittest import TestCase
class OmdbTestCase(TestCase):
def test_movie_db(self):
self.assertTrue(True)