Merge lp://staging/~pedronis/u1db/get-docs-return-generators-or-iterable into lp://staging/u1db

Proposed by Samuele Pedroni
Status: Merged
Approved by: Samuele Pedroni
Approved revision: 364
Merged at revision: 364
Proposed branch: lp://staging/~pedronis/u1db/get-docs-return-generators-or-iterable
Merge into: lp://staging/u1db
Diff against target: 153 lines (+21/-19)
5 files modified
u1db/__init__.py (+2/-1)
u1db/backends/__init__.py (+1/-3)
u1db/remote/http_database.py (+2/-4)
u1db/sync.py (+3/-1)
u1db/tests/test_backends.py (+13/-10)
To merge this branch: bzr merge lp://staging/~pedronis/u1db/get-docs-return-generators-or-iterable
Reviewer Review Type Date Requested Status
Eric Casteleijn (community) Approve
Review via email: mp+116950@code.staging.launchpad.net

Commit message

don't promise more than an iterable as return value for get_docs, in practice use generators, relax tests

Description of the change

don't promise more than an iterable as return value for get_docs, in practice use generators, relax tests

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) wrote :

Yay! looks great. Tests pass.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches