mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
EvenniaLocalTest - uses settings-defined typeclasses
This commit is contained in:
parent
56410c85d6
commit
e2b878ff3c
1 changed files with 8 additions and 0 deletions
|
|
@ -157,3 +157,11 @@ class EvenniaTest(TestCase):
|
|||
self.account.delete()
|
||||
self.account2.delete()
|
||||
super().tearDown()
|
||||
|
||||
class LocalEvenniaTest(EvenniaTest):
|
||||
account_typeclass = settings.BASE_ACCOUNT_TYPECLASS
|
||||
object_typeclass = settings.BASE_OBJECT_TYPECLASS
|
||||
character_typeclass = settings.BASE_CHARACTER_TYPECLASS
|
||||
exit_typeclass = settings.BASE_EXIT_TYPECLASS
|
||||
room_typeclass = settings.BASE_ROOM_TYPECLASS
|
||||
script_typeclass = settings.BASE_SCRIPT_TYPECLASS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue