Отказ от CoreTestCase
This commit is contained in:
@@ -8,8 +8,9 @@
|
||||
Описание класса CoreEnumTests
|
||||
"""
|
||||
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
from net.xeaf.rack.core import CoreEnum
|
||||
from net.xeaf.rack.core import CoreTestCase
|
||||
|
||||
|
||||
class TestColorEnum(CoreEnum):
|
||||
@@ -40,7 +41,7 @@ class TestEmptyEnum(CoreEnum):
|
||||
pass
|
||||
|
||||
|
||||
class CoreEnumTests(CoreTestCase):
|
||||
class CoreEnumTests(SimpleTestCase):
|
||||
"""
|
||||
Тесты для класса CoreEnum
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user