Merge lp:~dobey/dirspec/add-exefind into lp:dirspec
Proposed by
dobey
on 2012-07-10
| Status: | Merged |
|---|---|
| Approved by: | Roberto Alsina on 2012-07-11 |
| Approved revision: | 14 |
| Merged at revision: | 8 |
| Proposed branch: | lp:~dobey/dirspec/add-exefind |
| Merge into: | lp:dirspec |
| Diff against target: |
241 lines (+190/-4) 2 files modified
dirspec/tests/test_utils.py (+118/-2) dirspec/utils.py (+72/-2) |
| To merge this branch: | bzr merge lp:~dobey/dirspec/add-exefind |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Roberto Alsina (community) | Approve on 2012-07-11 | ||
| Mike McCracken (community) | 2012-07-10 | Approve on 2012-07-11 | |
|
Review via email:
|
|||
Commit Message
Add a generic API for discovering paths to program executables
To post a comment you must log in.
| Mike McCracken (mikemc) wrote : | # |
Just noticed this - you might also want to tag it as fixing bug #1021833.
lp:~dobey/dirspec/add-exefind
updated
on 2012-07-11
review:
Approve
review:
Approve

Thanks for putting this together. It needs just a bit more doc string cleanup:
The doc string for UnfrozenSrcTest Case, and its first two test functions are still from the version that prepended 'python' to the return value.
The doc string for test_darwin_ pkgd_raises_ on_no_appnames is also from the old version.
and probably the function name 'test_linux_ no_src_ relative_ path_no_ constants' and its doc string should be changed, too - since the code doesn't look for a constants module anymore.