MCPcopy Index your code
hub / github.com/augmentable-dev/tickgit / TestLispFiles

Function TestLispFiles

pkg/comments/comments_test.go:21–33  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

19}
20
21func TestLispFiles(t *testing.T) {
22 var comments Comments
23 err := SearchDir("testdata/lisp", func(comment *Comment) {
24 comments = append(comments, comment)
25 })
26 if err != nil {
27 t.Fatal(err)
28 }
29
30 if len(comments) != 1 {
31 t.Fail()
32 }
33}
34
35func TestRustFiles(t *testing.T) {
36 var comments Comments

Callers

nothing calls this directly

Calls 1

SearchDirFunction · 0.85

Tested by

no test coverage detected