movie-night-api/movie_db/tests.py

7 lines
121 B
Python
Raw Normal View History

2025-07-03 14:25:17 -05:00
from unittest import TestCase
2025-04-13 01:47:22 -05:00
2025-07-03 14:25:17 -05:00
class OmdbTestCase(TestCase):
def test_movie_db(self):
self.assertTrue(True)