From 5d022d73965da31bf41965f4aca286a677a3c6e1 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Mon, 15 Jun 2020 23:04:10 -0400 Subject: [PATCH] api test structure --- tests/test_apis.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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