We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ac630 commit e0a2c75Copy full SHA for e0a2c75
tests/test_cli.py
@@ -6,6 +6,8 @@
6
@pytest.mark.parametrize(
7
"structure, expected",
8
[
9
+ # case: no packs, no examples
10
+ ([], {}),
11
# case: one pack with one example
12
([("packA", ["ex1"])], {"packA": ["ex1"]}),
13
# case: one pack with multiple examples
0 commit comments