summaryrefslogtreecommitdiff
path: root/internal/hexaicli/run_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-17 22:46:25 +0300
committerPaul Buetow <paul@buetow.org>2025-08-17 22:46:25 +0300
commitc83acd3f5749fe240464283a43f8b03797a1b544 (patch)
tree97f32c7853af6255bdb430b2670f5d53e8158ac7 /internal/hexaicli/run_test.go
parent95ecff336b2f8315ad37daeb006d1639d1710ed0 (diff)
refactor as per manual code reviews
Diffstat (limited to 'internal/hexaicli/run_test.go')
-rw-r--r--internal/hexaicli/run_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/hexaicli/run_test.go b/internal/hexaicli/run_test.go
index f9c8443..377b224 100644
--- a/internal/hexaicli/run_test.go
+++ b/internal/hexaicli/run_test.go
@@ -1,5 +1,4 @@
// Summary: Unit tests for Hexai CLI helpers and run flow (input parsing, messages, streaming).
-// Not yet reviewed by a human
package hexaicli
import (
@@ -9,8 +8,6 @@ import (
"testing"
)
-// helpers moved to testhelpers_test.go
-
func TestReadInput_ArgsOnly(t *testing.T) {
restore, f := setStdin(t, "")
defer restore()