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 46409a6 commit 4b0d5b5Copy full SHA for 4b0d5b5
docs/pytest-plugin.md
@@ -86,7 +86,7 @@ def setup(set_home: None):
86
You can override the default author used in {func}`git_remote_repo` and other
87
fixtures via {func}`vcs_name`, {func}`vcs_email`, and {func}`vcs_user`:
88
89
-```
+```python
90
@pytest.fixture(scope="session")
91
def vcs_name() -> str:
92
return "My custom name"
@@ -102,7 +102,7 @@ def setup(set_gitconfig: None):
102
pass
103
```
104
105
-Sometimes, `set_getconfig` via `GIT_CONFIG` doesn't apply as expected. For those
+Sometimes, `set_gitconfig` via `GIT_CONFIG` doesn't apply as expected. For those
106
cases, you can use {func}`git_commit_envvars`:
107
108
```python
0 commit comments