From 5ed470a093ffb7d28c88f9687429f238959935da Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Sep 2025 11:49:38 +0300 Subject: test: add seams for RunTUI and client; expand hexaiaction tests; cover lsp initialized and testutil fixtures --- internal/testutil/fixtures_test.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 internal/testutil/fixtures_test.go (limited to 'internal/testutil') 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") } +} + -- cgit v1.2.3