Skip to content

Commit

Permalink
test_taxonomy: add test cases for taxonomy_base="empty"
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McLoughlin <[email protected]>
  • Loading branch information
markmc committed Aug 16, 2024
1 parent d4d5c04 commit 680cbfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ def _init_taxonomy(self, taxonomy_dir):
True,
["compositional_skills->new", "compositional_skills->tracked"],
),
("empty", True, False, ["compositional_skills->tracked"]),
(
"empty",
True,
True,
["compositional_skills->new", "compositional_skills->tracked"],
),
],
)
def test_read_taxonomy_leaf_nodes(
Expand Down

0 comments on commit 680cbfd

Please sign in to comment.