Merge lp:~lifeless/js-oopsd/post into lp:js-oopsd
Proposed by
Robert Collins
on 2012-09-09
| Status: | Merged |
|---|---|
| Merged at revision: | 12 |
| Proposed branch: | lp:~lifeless/js-oopsd/post |
| Merge into: | lp:js-oopsd |
| Diff against target: |
303 lines (+172/-21) 10 files modified
.testr.conf (+4/-0) NEWS (+2/-1) README (+11/-2) buildout.cfg (+1/-1) js_oopsd/__init__.py (+25/-10) js_oopsd/main.py (+25/-6) js_oopsd/tests/__init__.py (+1/-1) js_oopsd/tests/test_main.py (+101/-0) setup.py (+1/-0) versions.cfg (+1/-0) |
| To merge this branch: | bzr merge lp:~lifeless/js-oopsd/post |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Steve Kowalik (community) | code | 2012-09-09 | Approve on 2012-09-09 |
|
Review via email:
|
|||
Description of the Change
Add support for testr, and support for POSTed requests (which are
generally preferrable, as using the GET hack is fugly, though needed
sometimes).
To post a comment you must log in.
| Robert Collins (lifeless) wrote : | # |
ITYM README and __init__.py. That said, yes the docs are duplicated, we need to do some legwork to come up with / reuse some existing single-
lp:~lifeless/js-oopsd/post
updated
on 2012-09-09
- 12. By Robert Collins on 2012-09-09
-
* GET and POST support added.

My only niggle is you repeat the two methods description verbatim in README and buildout.cfg.