You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pytest-plugin.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,10 @@ def my_git_repo(
131
131
return repo_path
132
132
```
133
133
134
+
```{note}
135
+
The `create_git_remote_repo` fixture creates a repository once per test session and reuses it, making copies for individual tests to avoid repeated `git init` operations.
136
+
```
137
+
134
138
#### Mercurial
135
139
136
140
Use the {func}`set_hgconfig` fixture with `autouse=True`:
0 commit comments