pytest Plugin¶

Types¶

libvcs.pytest_plugin.GitCommitEnvVars
¶
data

Environment variable mapping passed to git commit subprocess calls.

alias of dict[str, str]

class libvcs.pytest_plugin.CreateRepoFn
¶

Bases: Protocol

Typing for VCS pytest fixture callback.

class libvcs.pytest_plugin.CreateRepoPostInitFn
¶

Bases: Protocol

Typing for VCS repo creation callback.