Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ TestSomething
Method
TestSomething
suite/suite_test.go:549–551 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
547
}
548
549
func
(s *suiteWithStats) TestSomething() {
550
s.Equal(1, 1)
551
}
552
553
func
(s *suiteWithStats) TestPanic() {
554
panic(
"oops"
)
Callers
nothing calls this directly
Calls
1
Equal
Method · 0.45
Tested by
no test coverage detected