mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
added docstring
This commit is contained in:
parent
0a26ad7bcc
commit
872865f415
1 changed files with 4 additions and 0 deletions
|
|
@ -159,6 +159,10 @@ class EvenniaTest(TestCase):
|
|||
super().tearDown()
|
||||
|
||||
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
|
||||
object_typeclass = settings.BASE_OBJECT_TYPECLASS
|
||||
character_typeclass = settings.BASE_CHARACTER_TYPECLASS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue