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 5a27d54 commit 686a633Copy full SHA for 686a633
conftest.py
@@ -26,15 +26,12 @@ def add_doctest_fixtures(
26
if isinstance(request._pyfuncitem, DoctestItem):
27
request.getfixturevalue("add_doctest_fixtures")
28
request.getfixturevalue("set_home")
29
- request.getfixturevalue("set_hgconfig")
30
- request.getfixturevalue("set_gitconfig")
31
32
33
@pytest.fixture(autouse=True)
34
def setup(
35
request: pytest.FixtureRequest,
36
- set_gitconfig: pathlib.Path,
37
- set_hgconfig: pathlib.Path,
+ gitconfig: pathlib.Path,
38
set_home: pathlib.Path,
39
xdg_config_path: pathlib.Path,
40
) -> None:
0 commit comments