package
0.48.0
Repository: https://github.com/jesseduffield/lazygit.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
this matcher has no rules meaning it always passes the test.
Verifies the version is at least the given version (inclusive).
Verifies the version is before the given version (exclusive).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
this is the delay in milliseconds between keypresses or mouse clicks defaults to zero.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
This function lets you run tests either from within `go test` or from a regular binary.
No description provided by the author

# Constants

TODO: soft-code this.
These values will be passed to both lazygit and shell commands.
No description provided by the author
We set $HOME and $GIT_CONFIG_NOGLOBAL during integration tests so that older versions of git that don't respect $GIT_CONFIG_GLOBAL will find the correct global config file for testing.
No description provided by the author
These values will be passed to lazygit.
These values will be passed through to lazygit and shell commands, with their values inherited from the host environment.
We pass PWD because if it's defined, Go will use it as the working directory rather than make a syscall to the OS, and that means symlinks won't be resolved, which is good to test for.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
for running common actions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
for making assertions on string values.
No description provided by the author
No description provided by the author
convenience struct for easily getting directories within our test directory.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
this is for running shell commands, mostly for the sake of setting up the repo but you can also run the commands from within lazygit to emulate things happening in the background.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author