api test structure
parent
2c62a267f0
commit
5d022d7396
|
@ -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
|
Loading…
Reference in New Issue