Skip to content

Commit

Permalink
increase test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Mar 25, 2024
1 parent eab348f commit 90826bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/util/test_getter.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ def test_get_returns_binary_content(self):
{"second_dict": {"key": ["valid_list_element", "valid_list_element"]}},
],
),
(
"get_yaml",
b"""""",
{},
),
],
)
def test_parses_content(self, method_name, input_content, expected_output):
Expand Down

0 comments on commit 90826bd

Please sign in to comment.