Merge lp://staging/~facundo/ubuntu-rest-scopes/previews into lp://staging/ubuntu-rest-scopes
Proposed by
Facundo Batista
Status: | Merged |
---|---|
Approved by: | Facundo Batista |
Approved revision: | 10 |
Merged at revision: | 12 |
Proposed branch: | lp://staging/~facundo/ubuntu-rest-scopes/previews |
Merge into: | lp://staging/ubuntu-rest-scopes |
Diff against target: |
612 lines (+472/-17) 10 files modified
src/scopes/__init__.py (+46/-6) src/scopes/tests/__init__.py (+16/-0) src/scopes/tests/fixtures/wikipedia-extraction.json (+1/-0) src/scopes/tests/fixtures/wikipedia-otherlang.xml (+1/-0) src/scopes/tests/fixtures/wikipedia-simple.xml (+1/-0) src/scopes/tests/test_base.py (+117/-0) src/scopes/tests/test_wikipedia.py (+117/-0) src/scopes/wikipedia.py (+62/-8) test (+1/-3) utilities/check_scopes.py (+110/-0) |
To merge this branch: | bzr merge lp://staging/~facundo/ubuntu-rest-scopes/previews |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Guillermo Gonzalez | Approve | ||
Review via email: mp+204981@code.staging.launchpad.net |
Commit message
Previews infrastructure.
Description of the change
Previews infrastructure.
Also added previews for Wikipedia sccope.
Tests included for everything (the wikipedia scope, including search, and the new infrastructure).
To post a comment you must log in.
+1