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,4 +1,5 @@
from .jupyter_notebook_recipe import JupyterNotebookRecipe, PapermillHandler, \
get_recipe_from_notebook
from .python_recipe import PythonRecipe, PythonHandler
from .python_recipe import PythonRecipe, PythonHandler
from .bash_recipe import BashRecipe, BashHandler