evennia.contrib.base_systems.unixcommand.tests¶
Test of the Unixcommand.
- class evennia.contrib.base_systems.unixcommand.tests.CmdDummy(**kwargs)[source]¶
Bases:
UnixCommandA dummy UnixCommand.
- key = 'dummy'¶
- aliases = []¶
- help_category = 'general'¶
- lock_storage = 'cmd:all();'¶
- search_index_entry = {'aliases': '', 'category': 'general', 'key': 'dummy', 'no_prefix': ' ', 'tags': '', 'text': 'A dummy UnixCommand.'}¶