Changed at_cmdset_get() hook to at_cmdset_get(**kwargs). This allows for the possibility to control dynamic generation of cmdsets, for example to force Exit cmdsets to be rebuilt. The aliasing command now uses this. Resolves #563.

This commit is contained in:
Griatch 2014-09-20 10:26:59 +02:00
parent ddc86f2a8b
commit 062a545a97
9 changed files with 45 additions and 27 deletions

View file

@ -27,7 +27,7 @@ class TestServerSession(unittest.TestCase):
def test_at_cmdset_get(self):
# server_session = ServerSession()
# self.assertEqual(expected, server_session.at_cmdset_get())
# self.assertEqual(expected, server_session.at_cmdset_get(**kwargs))
assert True # TODO: implement your test here
def test_at_disconnect(self):