We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5c466 commit 112ca87Copy full SHA for 112ca87
docs/api_reference.md
@@ -478,7 +478,7 @@ class TestClass:
478
def fixture_union(name: str,
479
fixtures: Iterable[Union[str, Callable]],
480
scope: str = "function",
481
- idstyle: Optional[str] = 'explicit',
+ idstyle: Optional[str] = 'compact',
482
ids: Union[Callable, Iterable[str]] = None,
483
unpack_into: Iterable[str] = None,
484
autouse: bool = False,
0 commit comments