Esempio n. 1
0
func TestPackage(t *stdtesting.T) {
	testing.MgoTestPackage(t, nil)
}
Esempio n. 2
0
func TestPackage(t *testing.T) {
	jujutesting.MgoTestPackage(t, nil)
}
Esempio n. 3
0
// 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)
}