Merge lp:~salgado/lazr.restful/bug-507447 into lp:lazr.restful
Proposed by
Guilherme Salgado
on 2010-01-14
| Status: | Merged |
|---|---|
| Merged at revision: | not available |
| Proposed branch: | lp:~salgado/lazr.restful/bug-507447 |
| Merge into: | lp:lazr.restful |
| Diff against target: |
71 lines (+32/-2) 4 files modified
HACKING.txt (+1/-1) src/lazr/restful/tests/test_utils.py (+29/-0) src/lazr/restful/tests/test_webservice.py (+0/-1) src/lazr/restful/utils.py (+2/-0) |
| To merge this branch: | bzr merge lp:~salgado/lazr.restful/bug-507447 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Henning Eggers (community) | code | 2010-01-14 | Approve on 2010-01-15 |
|
Review via email:
|
|||
To post a comment you must log in.
| Guilherme Salgado (salgado) wrote : | # |
| Henning Eggers (henninge) wrote : | # |
Thank you for this fix. Only suggestion I'd have is to split up the test into two methods.
test_get_
test_get_
Cheers,
Henning
review:
Approve
(code)
| Guilherme Salgado (salgado) wrote : | # |
On Fri, 2010-01-15 at 11:12 +0000, Henning Eggers wrote:
> Review: Approve code
> Thank you for this fix. Only suggestion I'd have is to split up the test into two methods.
>
> test_get_
> test_get_
>
Yeah, that'd be a nice and trivial change, so, done.
Thanks!
lp:~salgado/lazr.restful/bug-507447
updated
on 2010-01-15
- 98. By Guilherme Salgado on 2010-01-15
-
Split the new test into two

Fix get_current_ browser_ request to not raise an AttributeError when
there's no interaction setup