added tests for new bash jobs, and removed extra hash definition in job dict

This commit is contained in:
PatchOfScotland
2023-03-30 14:20:29 +02:00
parent 311c98f7f2
commit 18d579da22
9 changed files with 528 additions and 54 deletions

View File

@@ -1,2 +1,3 @@
from .local_python_conductor import LocalPythonConductor
from .local_bash_conductor import LocalBashConductor