Skip to content

Commit

Permalink
improve pytest param ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasha10 committed Sep 1, 2021
1 parent 7286b58 commit 806eb0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/defaults_list/test_defaults_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def test_include_nested_group_global(
parent="group_default_at_global",
),
],
id="include_absolute_config:override_with_global_default2",
id="group_default_at_global:include_experiment_to_override_toplevel_package",
),
param(
"two_group_defaults_different_pkgs_global",
Expand All @@ -732,6 +732,7 @@ def test_include_nested_group_global(
is_self=True,
),
],
id="two_group_defaults_different_pkgs_global"
),
],
)
Expand Down

0 comments on commit 806eb0b

Please sign in to comment.