Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(14139)

Issue 5303054: Client and data model for Provisioning API

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 6 months ago by shraddhag
Modified:
12 years, 5 months ago
CC:
gdata-python-client-library-contributors_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 18

Patch Set 2 : Added the tests for client and data classes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+694 lines, -0 lines) Patch
A src/gdata/apps/client.py View 1 1 chunk +203 lines, -0 lines 0 comments Download
A src/gdata/apps/data.py View 1 1 chunk +83 lines, -0 lines 0 comments Download
M src/gdata/test_data.py View 1 1 chunk +155 lines, -0 lines 0 comments Download
A tests/gdata_tests/apps/data_test.py View 1 1 chunk +117 lines, -0 lines 0 comments Download
A tests/gdata_tests/apps/live_client_test.py View 1 1 chunk +136 lines, -0 lines 1 comment Download

Messages

Total messages: 8
shraddhag
12 years, 6 months ago (2011-10-20 10:53:31 UTC) #1
Claudio Cherubino
Please add unit tests for these new classes, you can use those for the MDM ...
12 years, 6 months ago (2011-10-31 16:41:43 UTC) #2
shraddhag
12 years, 5 months ago (2011-11-03 16:52:03 UTC) #3
shraddhag
self.assertEquals(new_entry.login.password, 'password') This command gives error. new_entry.login.password is None (seems password does not get assigned ...
12 years, 5 months ago (2011-11-03 17:04:41 UTC) #4
Claudio Cherubino
When you create an user, the entry that is returned to you doesn't include the ...
12 years, 5 months ago (2011-11-03 17:40:00 UTC) #5
shraddhag
Thanks. Means I can remove the assert for password. Please review the patch when you ...
12 years, 5 months ago (2011-11-08 04:57:09 UTC) #6
shraddhag
http://codereview.appspot.com/5303054/diff/1/src/gdata/apps/client.py File src/gdata/apps/client.py (right): http://codereview.appspot.com/5303054/diff/1/src/gdata/apps/client.py#newcode18 src/gdata/apps/client.py:18: __author__ = 'Shraddha Gupta shraddhag@google.com>' On 2011/10/31 16:41:43, Claudio ...
12 years, 5 months ago (2011-11-08 04:57:47 UTC) #7
Claudio Cherubino
12 years, 5 months ago (2011-11-08 05:02:44 UTC) #8
Address that single comment and run lint on all files, besides that LGTM

http://codereview.appspot.com/5303054/diff/5001/tests/gdata_tests/apps/live_c...
File tests/gdata_tests/apps/live_client_test.py (right):

http://codereview.appspot.com/5303054/diff/5001/tests/gdata_tests/apps/live_c...
tests/gdata_tests/apps/live_client_test.py:98: #  
self.assertEquals(new_entry.login.password, 'password')
remove this line
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b