mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add unit test for sethelp/category
This commit is contained in:
parent
f1220e7b02
commit
9f9d58bedc
1 changed files with 6 additions and 0 deletions
|
|
@ -197,6 +197,12 @@ class TestHelp(BaseEvenniaCommandTest):
|
|||
cmdset=CharacterCmdSet(),
|
||||
)
|
||||
self.call(help_module.CmdHelp(), "testhelp", "Help for testhelp", cmdset=CharacterCmdSet())
|
||||
self.call(
|
||||
help_module.CmdSetHelp(),
|
||||
"/category testhelp = misc",
|
||||
"Category for entry 'testhelp' changed to 'misc'.",
|
||||
cmdset=CharacterCmdSet(),
|
||||
)
|
||||
|
||||
@parameterized.expand(
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue