Change testing keyword to _testing in cmdhandler

This commit is contained in:
Griatch 2014-08-24 10:55:02 +02:00
parent 7bba75b9ff
commit 58f6c05964
2 changed files with 5 additions and 5 deletions

View file

@ -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__':