summaryrefslogtreecommitdiffstats
path: root/pkg/integration/README.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-19 12:40:43 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-19 12:42:48 +1100
commitb0383ba73a57205b6a4a7544d0711c32d0ee6882 (patch)
tree2adebf0c37d2a47b1d4eb1db5ee660e47fdd4125 /pkg/integration/README.md
parenta3096e720cba7ce1ffe4e2850c4c878e258ac64c (diff)
update readme
Diffstat (limited to 'pkg/integration/README.md')
-rw-r--r--pkg/integration/README.md4
1 files changed, 3 insertions, 1 deletions
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