test_depsolve.py: assign test parameter IDs for better readability
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
5bfee90f2c
commit
03fbcfe7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ def config_combos(tmp_path, servers):
|
|||
(None, assert_dnf),
|
||||
('{"use_dnf5": false}', assert_dnf),
|
||||
('{"use_dnf5": true}', assert_dnf5),
|
||||
])
|
||||
], ids=["no-config", "dnf4", "dnf5"])
|
||||
def test_depsolve(tmp_path, repo_servers, dnf_config, detect_fn, test_case):
|
||||
try:
|
||||
detect_fn()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue