Skip to content

Commit

Permalink
gcloud.datastore.entity: 94% -> 100% coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Sep 9, 2014
1 parent e056c21 commit f346593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/datastore/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def delete(self):
self.dataset().connection().delete_entity(
dataset_id=self.dataset().id(), key_pb=self.key().to_protobuf())

def __repr__(self):
def __repr__(self): #pragma NO COVER
# TODO: Make sure that this makes sense.
# An entity should have a key all the time (even if it's partial).
if self.key():
Expand Down

0 comments on commit f346593

Please sign in to comment.