added test for get_recipe_from_notebook

This commit is contained in:
PatchOfScotland
2023-03-14 13:39:01 +01:00
parent 40ed98000b
commit af489d2bb9
9 changed files with 27 additions and 16 deletions

View File

@ -15,7 +15,6 @@ from meow_base.recipes.jupyter_notebook_recipe import JupyterNotebookRecipe
from shared import setup, teardown, BAREBONES_NOTEBOOK, TEST_MONITOR_BASE
def patterns_equal(tester, pattern_one, pattern_two):
tester.assertEqual(pattern_one.name, pattern_two.name)
tester.assertEqual(pattern_one.recipe, pattern_two.recipe)