Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codechenx/FastTableViewer
/ Test_main
Function
Test_main
ftv_test.go:5–16 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
3
import
"testing"
4
5
func
Test_main(t *testing.T) {
6
tests := []
struct
{
7
name string
8
}{
9
{
"test"
},
10
}
11
for
_, tt :=
range
tests {
12
t.Run(tt.name,
func
(t *testing.T) {
13
main()
14
})
15
}
16
}
Callers
nothing calls this directly
Calls
1
main
Function · 0.85
Tested by
no test coverage detected