launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #01163
Re: [Merge] lp:~jtv/launchpad/bug-643345 into lp:launchpad/devel
Review: Needs Fixing
For the TestGetBzrCommitterID test case, remove the tearDown, and instead
do something like:
committer = DirectBranchCommit(...)
self.addCleanup(committer.unlock)
The test should also work in the DatabaseFunctionalLayer rather than the
ZopelessDatabaseLayer. Unless there is a reason why you are running it in
that layer, in which case, document it.
How about "Launchpad Translations on behalf of %s"?
--
https://code.launchpad.net/~jtv/launchpad/bug-643345/+merge/36258
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jtv/launchpad/bug-643345 into lp:launchpad/devel.
Follow ups
References