Skip to content

Commit 3e7826c

Browse files
committed
fix(tests): provide unique name to tests
1 parent 7697bf6 commit 3e7826c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/json_infra/helpers/fixtures.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,9 @@ def collect(
108108
test_dict, self.config
109109
):
110110
continue
111-
name = key
112-
if "::" in name:
113-
name = name.split("::")[1]
114111
yield fixture_type.from_parent( # type: ignore
115112
parent=self,
116-
name=name,
113+
name=key,
117114
test_file=str(self.path),
118115
test_key=key,
119116
)

0 commit comments

Comments
 (0)