From b0383ba73a57205b6a4a7544d0711c32d0ee6882 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 19 Feb 2023 12:40:43 +1100 Subject: update readme --- pkg/integration/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/integration/README.md') diff --git a/pkg/integration/README.md b/pkg/integration/README.md index 889058d89..413f2d71a 100644 --- a/pkg/integration/README.md +++ b/pkg/integration/README.md @@ -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 -- cgit v1.2.3