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