api test structure
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user