Merge lp://staging/~ev/daisy/core-storage-providers into lp://staging/daisy
Proposed by
Evan
Status: | Merged |
---|---|
Merged at revision: | 241 |
Proposed branch: | lp://staging/~ev/daisy/core-storage-providers |
Merge into: | lp://staging/daisy |
Diff against target: |
627 lines (+393/-86) 5 files modified
daisy/configuration.py (+46/-7) daisy/retracer.py (+77/-29) daisy/submit_core.py (+161/-46) test/test_core_providers.py (+70/-0) test/test_submit.py (+39/-4) |
To merge this branch: | bzr merge lp://staging/~ev/daisy/core-storage-providers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
JuanJo Ciarlante (community) | Needs Fixing | ||
Brian Murray (community) | Approve | ||
Review via email: mp+151444@code.staging.launchpad.net |
To post a comment you must log in.
This looks good to me although I am curious about a couple of nitpicky things.
1) test_core_ providers. py has a commented out import '+#from daisy import retracer'
2) there also seems to be a print (print s3con.call_args) in test_submit.py