diff --git a/tests/test_apis.py b/tests/test_apis.py index e69de29..c8d527c 100644 --- a/tests/test_apis.py +++ b/tests/test_apis.py @@ -0,0 +1,18 @@ +import unittest +from django.test import TestCase + +Class AddMedia(unittest.TestCase): + def test_imdb: + pass + + def test_tmdb: + pass + + def test_metacritic: + pass + + def test_tgdb: + pass + + def test_rottentomatoes: + pass