prelim adding test structure
parent
7c3700aaec
commit
2c62a267f0
|
@ -0,0 +1,32 @@
|
||||||
|
import unittest
|
||||||
|
from django.test import TestCase
|
||||||
|
|
||||||
|
Class AddMedia(unittest.TestCase):
|
||||||
|
def test_add_movie(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_tvseries(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_tvseason(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_vgame(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_book(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_existing(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_duplicate(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_diff_isbn(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_add_diff_vgame_platform(self):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue