summaryrefslogtreecommitdiff
path: root/tests/pecantest/test/controllers
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-263-171/+0
* Pecan: Make it possible to use the Response to return a non-default return typeLucas Alvares Gomes2015-04-011-0/+6
* Add support for manually specifying supported content types in @wsmeexpose.Ryan Petrello2014-09-241-0/+13
* Merge "Validate body when using Pecan"Jenkins2013-10-141-0/+6
|\
| * Validate body when using PecanJulien Danjou2013-10-091-0/+6
* | Merge "Return a ClientSideError if unable to convert data"Jenkins2013-10-141-0/+4
|\ \
| * | Return a ClientSideError if unable to convert dataJulien Danjou2013-10-091-0/+4
| |/
* | Add custom error code to ClientSideErrorYuriy Zveryanskyy2013-10-091-0/+3
|/
* Include Pecan tests in default Python environmentJulien Danjou2013-09-261-5/+4
* Fix for returned status code and .gitignore119Vik2013-08-281-0/+24
* Add a unittest to reproduce issue #11Christophe de Vienne2013-08-021-0/+4
* Test changing the default status_code in pecanAngus Salkeld2013-04-301-1/+1
* Add a test to make sure we can use the Response from pecanAngus Salkeld2013-04-301-0/+4
* Add a test to reproduce the bug reported by Endre KarlsonChristophe de Vienne2013-02-151-0/+5
* Add a test for the body= parameter of wsexposeChristophe de Vienne2013-02-151-2/+5
* Moved non-core features to the wsmeext namespace packageChristophe de Vienne2013-01-172-6/+6
* Pecan adapter is now at 100% of code coverageChristophe de Vienne2013-01-171-0/+5
* Fix array as input GET parameters in the pecan adapterChristophe de Vienne2012-12-181-2/+18
* Add a test for client-side errorsChristophe de Vienne2012-12-061-0/+2
* resolve types in pecan.wsexpose. It is a temporary solution.Christophe de Vienne2012-11-291-1/+13
* Add a test for the pecan adapterChristophe de Vienne2012-11-063-0/+65