Merge lp://staging/~jml/pkgme/more-info-in-api into lp://staging/pkgme

Proposed by Jonathan Lange
Status: Work in progress
Proposed branch: lp://staging/~jml/pkgme/more-info-in-api
Merge into: lp://staging/pkgme
Diff against target: 761 lines (+291/-269)
9 files modified
NEWS.txt (+11/-0)
pkgme/__init__.py (+1/-44)
pkgme/backend.py (+55/-48)
pkgme/bin/main.py (+52/-4)
pkgme/tests/__init__.py (+1/-1)
pkgme/tests/test_backend.py (+9/-4)
pkgme/tests/test_main.py (+161/-3)
pkgme/tests/test_script.py (+1/-42)
pkgme/tests/test_write_packaging.py (+0/-123)
To merge this branch: bzr merge lp://staging/~jml/pkgme/more-info-in-api
Reviewer Review Type Date Requested Status
pkgme committers Pending
Review via email: mp+122088@code.staging.launchpad.net

Description of the change

More information.

At the moment it's just me going crazy.

To post a comment you must log in.
144. By Jonathan Lange

Just return the straight dict from get_eligible_backends.

145. By Jonathan Lange

Straight up data

146. By Jonathan Lange

Move the guts of some of the new methods out to be functions

147. By Jonathan Lange

Pull the main thing out of the class.

148. By Jonathan Lange

Move the guts of the __init__ file to main, where other very similar things
already live.

Make sure the test modules line up with the modules they are testing.

149. By Jonathan Lange

We weren't running these tests :(

150. By Jonathan Lange

Document the change

Unmerged revisions

150. By Jonathan Lange

Document the change

149. By Jonathan Lange

We weren't running these tests :(

148. By Jonathan Lange

Move the guts of the __init__ file to main, where other very similar things
already live.

Make sure the test modules line up with the modules they are testing.

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