@@ -37,26 +37,26 @@ This pytest plugin works by providing {ref}`pytest fixtures <pytest:fixtures-api
37
37
38
38
## Recommended Fixtures
39
39
40
- When the plugin is enabled and ` pytest ` is run, these overridable fixtures are automatically used:
40
+ When the plugin is enabled and ` pytest ` is run, the following overridable fixtures are automatically used:
41
41
42
42
- Create temporary test directories for:
43
43
- ` /home/ ` ({func}` home_path ` )
44
44
- ` /home/${user} ` ({func}` user_path ` )
45
- - Set the home directory:
45
+ - Set up the home directory:
46
46
- Patch ` $HOME ` to point to {func}` user_path ` using {func}` set_home `
47
47
- Create configuration files:
48
48
- ` .gitconfig ` via {func}` gitconfig `
49
49
- ` .hgrc ` via {func}` hgconfig `
50
- - Set default VCS configurations :
50
+ - Configure default VCS settings :
51
51
- Use {func}` hgconfig ` for [ ` HGRCPATH ` ] via {func}` set_hgconfig `
52
52
- Use {func}` gitconfig ` for [ ` GIT_CONFIG ` ] via {func}` set_gitconfig `
53
- - Set default commit names and emails :
53
+ - Set default commit information :
54
54
- Name: {func}` vcs_name `
55
55
- Email: {func}` vcs_email `
56
- - User (e.g. _ ` user <email@tld> ` _ ): {func}` vcs_user `
57
- - For git only : {func}` git_commit_envvars `
56
+ - User (e.g., _ ` user <email@tld> ` _ ): {func}` vcs_user `
57
+ - Git-specific : {func}` git_commit_envvars `
58
58
59
- These ensure that repositories can be cloned and created without unnecessary warnings.
59
+ These fixtures ensure that repositories can be cloned and created without unnecessary warnings.
60
60
61
61
[ `HGRCPATH` ] : https://www.mercurial-scm.org/doc/hg.1.html#:~:text=UNIX%2Dlike%20environments.-,HGRCPATH,-If%20not%20set
62
62
[ `GIT_CONFIG` ] : https://git-scm.com/docs/git-config#Documentation/git-config.txt-GITCONFIG
0 commit comments