cli/internal/prompter
Pavel Dostál 6d6ea5f371 Fix flaky Password test by increasing echo mode setup timeout
The beforePasswordSendTimeout was set to 100 microseconds, which is
insufficient for huh to disable echo mode on the PTY in slow or
constrained environments (e.g. network-isolated build containers).
Increase to 100 milliseconds to avoid the race condition.
2026-04-28 18:25:51 +02:00
..
accessible_prompter_test.go Fix flaky Password test by increasing echo mode setup timeout 2026-04-28 18:25:51 +02:00
huh_prompter.go Ensure huh prompter cleans up 2026-03-26 14:26:57 +01:00
huh_prompter_test.go Ensure huh prompter cleans up 2026-03-26 14:26:57 +01:00
multi_select_with_search.go fix(huh prompter): remove unused fields and imports 2026-03-26 14:26:57 +01:00
prompter.go refactor(huh prompter): pipe-based test harness with full coverage 2026-03-26 14:26:16 +01:00
prompter_mock.go Refactor MultiSelectWithSearch to use result struct 2026-01-26 13:29:22 -07:00
test.go Fix linter and mock prompter signature 2026-01-26 13:29:22 -07:00