Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 680cbfd

Browse files
committed
test_taxonomy: add test cases for taxonomy_base="empty"
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
1 parent d4d5c04 commit 680cbfd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/test_taxonomy.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ def _init_taxonomy(self, taxonomy_dir):
6262
True,
6363
["compositional_skills->new", "compositional_skills->tracked"],
6464
),
65+
("empty", True, False, ["compositional_skills->tracked"]),
66+
(
67+
"empty",
68+
True,
69+
True,
70+
["compositional_skills->new", "compositional_skills->tracked"],
71+
),
6572
],
6673
)
6774
def test_read_taxonomy_leaf_nodes(

0 commit comments

Comments
 (0)