MCPcopy
hub / github.com/stretchr/testify / TestSkip

Method TestSkip

suite/suite_test.go:236–238  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234}
235
236func (suite *SuiteTester) TestSkip() {
237 suite.T().Skip()
238}
239
240// NonTestMethod does not begin with "Test", so it will not be run by
241// testify as a test in the suite. This is useful for creating helper

Callers

nothing calls this directly

Calls 1

TMethod · 0.65

Tested by

no test coverage detected