Skip to content

Commit 5e0542d

Browse files
committed
!squash more
1 parent d041d05 commit 5e0542d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ def add_doctest_fixtures(
3333
@pytest.fixture(autouse=True)
3434
def setup(
3535
request: pytest.FixtureRequest,
36+
gitconfig: pathlib.Path,
3637
set_gitconfig: pathlib.Path,
3738
set_hgconfig: pathlib.Path,
39+
hgconfig: pathlib.Path,
3840
set_home: pathlib.Path,
3941
xdg_config_path: pathlib.Path,
4042
) -> None:

0 commit comments

Comments
 (0)