Update the test name for regression tests
This commit is contained in:
parent
a22701b480
commit
34c8dc8ae2
1 changed files with 2 additions and 2 deletions
|
@ -318,8 +318,8 @@ def items_found_in_lists(list_of_lists, items):
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
], ids=['simple_history', 'fallback', 'example_1', 'example_2', 'example_3'])
|
], ids=['simple_history', 'fallback', 'example_1', 'example_2', 'example_3'])
|
||||||
def test_members_to_groups_with_history(history_data, matchees, per_group, checks):
|
def test_unique_regressions(history_data, matchees, per_group, checks):
|
||||||
"""Test more advanced group matching works"""
|
"""Test a bunch of unqiue failures that happened in the past"""
|
||||||
tmp_state = state.State()
|
tmp_state = state.State()
|
||||||
|
|
||||||
# Replay the history
|
# Replay the history
|
||||||
|
|
Loading…
Add table
Reference in a new issue