From 34c8dc8ae28a4492be56e712e7b0b98240084092 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sun, 11 Aug 2024 23:03:39 +0100 Subject: [PATCH] Update the test name for regression tests --- py/matching_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/matching_test.py b/py/matching_test.py index 2ae4dca..21f7c83 100644 --- a/py/matching_test.py +++ b/py/matching_test.py @@ -318,8 +318,8 @@ def items_found_in_lists(list_of_lists, items): ] ) ], ids=['simple_history', 'fallback', 'example_1', 'example_2', 'example_3']) -def test_members_to_groups_with_history(history_data, matchees, per_group, checks): - """Test more advanced group matching works""" +def test_unique_regressions(history_data, matchees, per_group, checks): + """Test a bunch of unqiue failures that happened in the past""" tmp_state = state.State() # Replay the history