Reworked batchprocessor to correctly handle paths. Started looking at changing loation of some other folders.
This commit is contained in:
parent
4045e0ec16
commit
0115db3805
9 changed files with 96 additions and 18 deletions
|
|
@ -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", "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue