keymedia/tests/test_apis.py

19 lines
265 B
Python
Raw Permalink Normal View History

2020-06-15 23:04:10 -04:00
import unittest
from django.test import TestCase
2020-06-16 15:42:28 -04:00
Class ApiTests(unittest.TestCase):
2020-06-15 23:04:10 -04:00
def test_imdb:
pass
def test_tmdb:
pass
def test_metacritic:
pass
def test_tgdb:
pass
def test_rottentomatoes:
pass