fix merge
commit
3008654dc1
|
@ -0,0 +1,18 @@
|
|||
import unittest
|
||||
from django.test import TestCase
|
||||
|
||||
Class ApiTests(unittest.TestCase):
|
||||
def test_imdb:
|
||||
pass
|
||||
|
||||
def test_tmdb:
|
||||
pass
|
||||
|
||||
def test_metacritic:
|
||||
pass
|
||||
|
||||
def test_tgdb:
|
||||
pass
|
||||
|
||||
def test_rottentomatoes:
|
||||
pass
|
|
@ -1,7 +1,7 @@
|
|||
import unittest
|
||||
from django.test import TestCase
|
||||
|
||||
class AddMedia(TestCase):
|
||||
Class AddMediaTests(TestCase):
|
||||
def test_add_movie(self):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue