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(),
|
cmdset=CharacterCmdSet(),
|
||||||
)
|
)
|
||||||
self.call(help_module.CmdHelp(), "testhelp", "Help for testhelp", 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(
|
@parameterized.expand(
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue