MCPcopy Create free account
hub / github.com/basecamp/hey-cli / assertNotContains

Function assertNotContains

tests/smoke/helpers_test.go:444–449  ·  view source on GitHub ↗
(t *testing.T, haystack, needle string)

Source from the content-addressed store, hash-verified

442}
443
444// ---------------------------------------------------------------------------
445// Server-side verification helpers
446// ---------------------------------------------------------------------------
447
448// fetchHTML fetches a page via HTTP using the session cookie and returns the
449// raw HTML body. This is a lightweight alternative to browserPageText that
450// avoids launching Chrome — suitable for cross-verifying server state after
451// CLI mutations.
452func fetchHTML(t *testing.T, url string) string {

Callers 2

TestTodoCRUDFunction · 0.85

Calls 1

truncOutputFunction · 0.85

Tested by

no test coverage detected