mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Made character_generator actually run its tests
This commit is contained in:
parent
0c09388fd8
commit
796bf543c5
2 changed files with 2 additions and 3 deletions
|
|
@ -3,5 +3,5 @@ Chargen system - Inspector Caracal, 2022
|
|||
|
||||
"""
|
||||
|
||||
from .character_creator import ContribChargenAccount # noqa
|
||||
from .character_creator import ContribCmdCharCreate # noqa
|
||||
# from .character_creator import ContribChargenAccount # noqa
|
||||
# from .character_creator import ContribCmdCharCreate # noqa
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
from django.conf import settings
|
||||
from django.test import override_settings
|
||||
|
||||
from evennia import DefaultCharacter
|
||||
from evennia.commands.default import account
|
||||
from evennia.utils import inherits_from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue