fix test class titles
parent
5d022d7396
commit
ce442f9d34
|
@ -1,7 +1,7 @@
|
||||||
import unittest
|
import unittest
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
|
||||||
Class AddMedia(unittest.TestCase):
|
Class ApiTests(unittest.TestCase):
|
||||||
def test_imdb:
|
def test_imdb:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
import unittest
|
import unittest
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
|
||||||
Class AddMedia(unittest.TestCase):
|
Class AddMediaTests(unittest.TestCase):
|
||||||
def test_add_movie(self):
|
def test_add_movie(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue