func TestPackage(t *stdtesting.T) { testing.MgoTestPackage(t, nil) }
func TestPackage(t *testing.T) { jujutesting.MgoTestPackage(t, nil) }
// MgoTestPackage should be called to register the tests for any package // that requires a secure connection to a MongoDB server. func MgoTestPackage(t *testing.T) { gitjujutesting.MgoTestPackage(t, Certs) }