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

Function TestKotlinFiles

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

Source from the content-addressed store, hash-verified

63}
64
65func TestKotlinFiles(t *testing.T) {
66 var comments Comments
67 err := SearchDir("testdata/kotlin", func(comment *Comment) {
68 comments = append(comments, comment)
69 })
70 if err != nil {
71 t.Fatal(err)
72 }
73
74 if len(comments) != 2 {
75 t.Fail()
76 }
77}
78
79func TestJuliaFiles(t *testing.T) {
80 var comments Comments

Callers

nothing calls this directly

Calls 1

SearchDirFunction · 0.85

Tested by

no test coverage detected