add unit test

pull/83070/head
Jörg Mechnich 1 month ago
parent 357c70c835
commit 316fb2192e

@ -38,6 +38,11 @@ fake_cache = [
["apt", "apt-utils"],
id="pkgname-expands",
),
pytest.param(
["?config-files"],
["?config-files"],
id="apt-pattern",
),
],
)
def test_expand_pkgspec_from_fnmatches(test_input, expected):

Loading…
Cancel
Save