packageboltimport("testing")// Ensure that a bucket can be created and retrieved.funcTestTransactionCreateBucket(t*testing.T){t.Skip("pending")}// Ensure that an existing bucket cannot be created.funcTestTransactionCreateExistingBucket(t*testing.T){t.Skip("pending")}