jesseduffield.lazygit/pkg/integration/clients
Stefan Haller b6b5436d57 Log per-test durations during integration tests
To spot slow or anomalous tests across CI runs, record each test's run
duration when LAZYGIT_TEST_TIMING is set (to a file path);
run_integration_tests.sh prints them at the end, sorted by slowest
first. CI sets it for all integration jobs.

The harness appends to a file rather than writing to stdout/stderr
because `go test` captures those and only surfaces them with -v, which
would drown the signal in every test's verbose logs.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-20 14:26:26 +02:00
..
injector Don't wait for debugger in daemon mode 2025-04-20 15:53:17 +02:00
cli.go Use print instead of printf when there are no arguments 2024-08-27 10:33:06 +02:00
go_test.go Log per-test durations during integration tests 2026-07-20 14:26:26 +02:00
tui.go Change SetKeybinding to not return an error 2026-05-25 15:18:18 +02:00