Skip to content

Commit

Permalink
feat: Added a test for default renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
KamenDimitrov97 committed Sep 17, 2024
1 parent b6677c0 commit ee37865
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_render_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def test_can_load_render_module() -> None:
""",
}


def test_can_load_cwl_render_module() -> None:
"""Checks if we can load a render module."""
result = triple_and_one(num=increment(num=3))
Expand Down Expand Up @@ -79,7 +80,8 @@ def test_can_load_cwl_render_module() -> None:
source: increment-1/out
out: [out]
""")



def test_get_correct_import_error_if_unable_to_load_render_module() -> None:
"""Check if the correct import error will be logged if unable to load render module."""
unfrender_py = Path(__file__).parent / "_lib/unfrender.py"
Expand Down

0 comments on commit ee37865

Please sign in to comment.