MCPcopy Create free account
hub / github.com/brimdata/super / TestMarkdownExamples

Function TestMarkdownExamples

mdtest/heavy_test.go:13–24  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

11)
12
13func TestMarkdownExamples(t *testing.T) {
14 require.NoError(t, os.Chdir(".."))
15 files, err := Load()
16 require.NoError(t, err)
17 require.NotZero(t, len(files))
18 for _, f := range files {
19 t.Run(filepath.ToSlash(f.Path), func(t *testing.T) {
20 t.Parallel()
21 f.Run(t)
22 })
23 }
24}

Callers

nothing calls this directly

Calls 2

LoadFunction · 0.70
RunMethod · 0.65

Tested by

no test coverage detected