mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-09-22 12:08:45 -04:00
Remove old test fixture
This commit is contained in:
parent
bc547228b8
commit
c6d70aec27
1 changed files with 0 additions and 8 deletions
|
@ -27,14 +27,6 @@ def test_ident_map(identmap_clients):
|
||||||
assert clients['UID5'] == uidcl
|
assert clients['UID5'] == uidcl
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module")
|
|
||||||
def pretty_identmap():
|
|
||||||
return [
|
|
||||||
{'primary_id': '1', 'alternate_ids': ['3', '6']},
|
|
||||||
{'primary_id': '4', 'alternate_ids': ['9', '42']}
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.parametrize('test_input,expected', [
|
@pytest.mark.parametrize('test_input,expected', [
|
||||||
(
|
(
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Reference in a new issue