Skip to content

Commit 112ca87

Browse files
authored
Fix default idstyle in fixture_union (#276)
1 parent 4f5c466 commit 112ca87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ class TestClass:
478478
def fixture_union(name: str,
479479
fixtures: Iterable[Union[str, Callable]],
480480
scope: str = "function",
481-
idstyle: Optional[str] = 'explicit',
481+
idstyle: Optional[str] = 'compact',
482482
ids: Union[Callable, Iterable[str]] = None,
483483
unpack_into: Iterable[str] = None,
484484
autouse: bool = False,

0 commit comments

Comments
 (0)