MCPcopy
hub / github.com/lxc/incus / TestVersionTestSuite

Function TestVersionTestSuite

internal/version/version_test.go:13–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

11}
12
13func TestVersionTestSuite(t *testing.T) {
14 suite.Run(t, &versionTestSuite{})
15}
16
17func (s *versionTestSuite) TestNewVersion() {
18 v, err := NewDottedVersion("1.2.3")

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…