-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get to 100% branch coverage #225
Commits on Oct 7, 2014
-
100% branch coverage for gcloud.datastore.helpers.
Surfaced bug w/ unknown type passed to get_protobuf_attribute_and_value().
Configuration menu - View commit details
-
Copy full SHA for 80e47a7 - Browse repository at this point
Copy the full SHA 80e47a7View commit details -
Toward 100% branch coverage for gcloud.datastore.key.
Surfaced bug w/ path element holding both id and name in Key.from_protobuf.
Configuration menu - View commit details
-
Copy full SHA for df45002 - Browse repository at this point
Copy the full SHA df45002View commit details -
Toward 100% branch coverage for gcloud.datastore.key.
Cover edge condition in Key.to_protobuf where dataset has empty ID.
Configuration menu - View commit details
-
Copy full SHA for 18d8640 - Browse repository at this point
Copy the full SHA 18d8640View commit details -
Toward 100% branch coverage for gcloud.datastore.key.
Cover edge conditions in Key.to_protobuf where path elements are missing keys.
Configuration menu - View commit details
-
Copy full SHA for 0b17af9 - Browse repository at this point
Copy the full SHA 0b17af9View commit details -
100% branch coverage for gcloud.datastore.key.
Cover edge conditions in Key.{kind,id,name} where path is empty.
Configuration menu - View commit details
-
Copy full SHA for 70570db - Browse repository at this point
Copy the full SHA 70570dbView commit details -
100% branch coverage for gcloud.datastore.query.
Edge cases in Query.ancestor w/ existing non-ancestor filters.
Configuration menu - View commit details
-
Copy full SHA for 21a3d02 - Browse repository at this point
Copy the full SHA 21a3d02View commit details -
100% branch coverage for gcloud.datastore.test_key.
Don't worry about path elem w/o kind.
Configuration menu - View commit details
-
Copy full SHA for 4f35659 - Browse repository at this point
Copy the full SHA 4f35659View commit details -
100% branch coverage for gcloud.storage.acl.
Edge case in ACL.__iter__ for empty role.
Configuration menu - View commit details
-
Copy full SHA for f4cf251 - Browse repository at this point
Copy the full SHA f4cf251View commit details -
100% branch coverage for gcloud.storage.connection.
Exercise Connection.delete_bucket w/ 'force' passed as False.
Configuration menu - View commit details
-
Copy full SHA for a3c0405 - Browse repository at this point
Copy the full SHA a3c0405View commit details -
Don't derive from object w/o need.
Incorporate feedback from @dhermes.
Configuration menu - View commit details
-
Copy full SHA for b9bec6e - Browse repository at this point
Copy the full SHA b9bec6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ee2e17 - Browse repository at this point
Copy the full SHA 4ee2e17View commit details -
Add note to 'name' branch in Key.from_protobuf.
Document that we expect only one of 'id' or 'name' to be found, but DTRT anyway if both happen to be present.
Configuration menu - View commit details
-
Copy full SHA for 03c740d - Browse repository at this point
Copy the full SHA 03c740dView commit details