added docstring

This commit is contained in:
trhr 2020-04-22 19:50:49 -05:00
parent 0a26ad7bcc
commit 872865f415

View file

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