mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Change testing keyword to _testing in cmdhandler
This commit is contained in:
parent
7bba75b9ff
commit
58f6c05964
2 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ class TestGetAndMergeCmdsets(unittest.TestCase):
|
|||
|
||||
class TestCmdhandler(unittest.TestCase):
|
||||
def test_cmdhandler(self):
|
||||
# self.assertEqual(expected, cmdhandler(called_by, raw_string, testing, callertype, sessid))
|
||||
# self.assertEqual(expected, cmdhandler(called_by, raw_string, _testing, callertype, sessid))
|
||||
assert True # TODO: implement your test here
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue