Fix edge cases in channelhandler and make unittests work.
This commit is contained in:
parent
e39e1bdd45
commit
cd9c11f6a8
3 changed files with 13 additions and 10 deletions
|
|
@ -309,5 +309,5 @@ class TestBatchProcess(CommandTest):
|
|||
def test_batch_commands(self):
|
||||
# cannot test batchcode here, it must run inside the server process
|
||||
self.call(batchprocess.CmdBatchCommands(), "example_batch_cmds", "Running Batchcommand processor Automatic mode for example_batch_cmds")
|
||||
#self.call(batchprocess.CmdBatchCode(), "examples.batch_code", "")
|
||||
|
||||
# we make sure to delete the button again here to stop the running reactor
|
||||
self.call(building.CmdDestroy(), "button", "button was destroyed.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue