Merge lp:~rockstar/launchpad/clean-code-windmill-tests into lp:launchpad
Proposed by
Paul Hummer
on 2010-01-14
| Status: | Merged |
|---|---|
| Merged at revision: | not available |
| Proposed branch: | lp:~rockstar/launchpad/clean-code-windmill-tests |
| Merge into: | lp:launchpad |
| Prerequisite: | lp:~rockstar/launchpad/fix-windmill-canonicalurl |
| Diff against target: |
298 lines (+75/-94) 7 files modified
lib/lp/bugs/feed/bug.py (+1/-1) lib/lp/code/browser/summary.py (+1/-1) lib/lp/code/windmill/tests/test_branch_bugspeclinks.py (+4/-3) lib/lp/code/windmill/tests/test_branch_status.py (+3/-2) lib/lp/code/windmill/tests/test_branch_subscriptions.py (+2/-4) lib/lp/code/windmill/tests/test_branchmergeproposal_review.py (+64/-5) lib/lp/code/windmill/tests/test_merge_proposal_commenting.py (+0/-78) |
| To merge this branch: | bzr merge lp:~rockstar/launchpad/clean-code-windmill-tests |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Penhey (community) | 2010-01-14 | Approve on 2010-01-14 | |
|
Review via email:
|
|||
To post a comment you must log in.
| Paul Hummer (rockstar) wrote : | # |

Hi there-
This branch just cleans up the code windmill tests. They were starting to
get out of hand. Deryck and I talked about ways to organize windmill tests
while in Dallas, and this is what I've come up with based on what we talked
about. I figured I'd do this now, since it was trivial, so that the code
windmill tests didn't get out of hand and dis-organized (like pagetests often
do). There were no real code changes, just renames and consolidations of
files, and updating docstrings.
As well, I noticed some import violations which I took the liberty of fixing.
Nothing major, just some import changes.
Cheers,
Paul