added docstring
This commit is contained in:
parent
e2b878ff3c
commit
e270ea8651
1 changed files with 4 additions and 0 deletions
|
|
@ -159,6 +159,10 @@ class EvenniaTest(TestCase):
|
||||||
super().tearDown()
|
super().tearDown()
|
||||||
|
|
||||||
class LocalEvenniaTest(EvenniaTest):
|
class LocalEvenniaTest(EvenniaTest):
|
||||||
|
"""
|
||||||
|
This test class is intended for inheriting in mygame tests.
|
||||||
|
It helps ensure your tests are run with your own objects.
|
||||||
|
"""
|
||||||
account_typeclass = settings.BASE_ACCOUNT_TYPECLASS
|
account_typeclass = settings.BASE_ACCOUNT_TYPECLASS
|
||||||
object_typeclass = settings.BASE_OBJECT_TYPECLASS
|
object_typeclass = settings.BASE_OBJECT_TYPECLASS
|
||||||
character_typeclass = settings.BASE_CHARACTER_TYPECLASS
|
character_typeclass = settings.BASE_CHARACTER_TYPECLASS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue