1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-02 09:21:40 +02:00

update readme

This commit is contained in:
Jesse Duffield 2023-02-19 12:40:43 +11:00
parent a3096e720c
commit b0383ba73a

View File

@ -16,7 +16,9 @@ go run cmd/integration_test/main.go cli [--slow or --sandbox] [testname or testp
## Writing tests
The tests live in pkg/integration/tests. Each test has two important steps: the setup step and the run step.
The tests live in pkg/integration/tests. Each test is listed in `pkg/integration/tests/tests_gen.go` which is an auto-generated file. You can re-generate that file by running `go generate ./...` at the root of the Lazygit repo.
Each test has two important steps: the setup step and the run step.
### Setup step