Reworked batchprocessor to correctly handle paths. Started looking at changing loation of some other folders.

This commit is contained in:
Griatch 2015-02-09 22:18:52 +01:00
parent 4045e0ec16
commit 0115db3805
9 changed files with 96 additions and 18 deletions

View file

@ -305,6 +305,6 @@ class TestComms(CommandTest):
class TestBatchProcess(CommandTest):
def test_batch_commands(self):
# cannot test batchcode here, it must run inside the server process
self.call(batchprocess.CmdBatchCommands(), "batch_cmds", "Running Batchcommand processor Automatic mode for batch_cmds")
self.call(batchprocess.CmdBatchCommands(), "example_batch_cmds", "Running Batchcommand processor Automatic mode for example_batch_cmds")
#self.call(batchprocess.CmdBatchCode(), "examples.batch_code", "")