summaryrefslogtreecommitdiff
path: root/internal/testutil
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-09-07 11:49:38 +0300
committerPaul Buetow <paul@buetow.org>2025-09-07 11:49:38 +0300
commit5ed470a093ffb7d28c88f9687429f238959935da (patch)
treef4fd4e0bae2e5312de675d9de708c6543f2299e0 /internal/testutil
parent9a901054e8828054f7b26514b72b6e938f97e4a7 (diff)
test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp initialized and testutil fixtures
Diffstat (limited to 'internal/testutil')
-rw-r--r--internal/testutil/fixtures_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/testutil/fixtures_test.go b/internal/testutil/fixtures_test.go
new file mode 100644
index 0000000..8c603d8
--- /dev/null
+++ b/internal/testutil/fixtures_test.go
@@ -0,0 +1,9 @@
+package testutil
+
+import "testing"
+
+func TestFixtures_ZeroCovTargets(t *testing.T) {
+ if MarkdownCodeFence() == "" { t.Fatal("MarkdownCodeFence empty") }
+ if MalformedJSON() == "" { t.Fatal("MalformedJSON empty") }
+}
+