MCPcopy
hub / github.com/go-git/go-git / TestModule

Method TestModule

storage/test/storage_suite.go:445–453  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

443}
444
445func (s *BaseStorageSuite) TestModule(c *C) {
446 storer, err := s.Storer.Module("foo")
447 c.Assert(err, IsNil)
448 c.Assert(storer, NotNil)
449
450 storer, err = s.Storer.Module("foo")
451 c.Assert(err, IsNil)
452 c.Assert(storer, NotNil)
453}
454
455func (s *BaseStorageSuite) TestDeltaObjectStorer(c *C) {
456 dos, ok := s.Storer.(storer.DeltaObjectStorer)

Callers

nothing calls this directly

Calls 1

ModuleMethod · 0.65

Tested by

no test coverage detected