prelim adding test structure

master
Daniel Martinez 2020-06-14 17:14:22 -04:00
parent 7c3700aaec
commit 2c62a267f0
1 changed files with 32 additions and 0 deletions

View File

@ -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