summaryrefslogtreecommitdiff
path: root/tests/pecantest
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2611-509/+0
* Print exceptions raised from from_param methods0.9.0Vladyslav Drok2016-12-231-1/+2
* Enable real testing of python 3.4Chris Dent2015-04-281-2/+2
* Pecan: Make it possible to use the Response to return a non-default return typeLucas Alvares Gomes2015-04-012-0/+22
* Add support for manually specifying supported content types in @wsmeexpose.Ryan Petrello2014-09-242-0/+31
* Merge "Validate body when using Pecan"Jenkins2013-10-142-0/+17
|\
| * Validate body when using PecanJulien Danjou2013-10-092-0/+17
* | Merge "Return a ClientSideError if unable to convert data"Jenkins2013-10-142-0/+17
|\ \
| * | Return a ClientSideError if unable to convert dataJulien Danjou2013-10-092-0/+17
| |/
* | Add custom error code to ClientSideErrorYuriy Zveryanskyy2013-10-092-3/+24
|/
* pecantest: remove useless config.pyJulien Danjou2013-09-261-45/+0
* Include Pecan tests in default Python environmentJulien Danjou2013-09-263-50/+32
* Fix for returned status code and .gitignore119Vik2013-08-282-6/+88
* Fix issue #11 in the pecan adapterChristophe de Vienne2013-08-021-1/+1
* Add a unittest to reproduce issue #11Christophe de Vienne2013-08-022-0/+8
* Test changing the default status_code in pecanAngus Salkeld2013-04-302-1/+2
* Add a test to make sure we can use the Response from pecanAngus Salkeld2013-04-302-0/+12
* Pecan adapter: Debug mode (which returns the exception tracebacks to theChristophe de Vienne2013-04-161-0/+11
* Add a test to reproduce the bug reported by Endre KarlsonChristophe de Vienne2013-02-152-0/+15
* Add a test for the body= parameter of wsexposeChristophe de Vienne2013-02-152-2/+16
* 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-172-0/+20
* Fix array as input GET parameters in the pecan adapterChristophe de Vienne2012-12-182-2/+50
* Fix error handling tests for pecanDoug Hellmann2012-12-072-4/+3
* Add a test for client-side errorsChristophe de Vienne2012-12-062-0/+13
* resolve types in pecan.wsexpose. It is a temporary solution.Christophe de Vienne2012-11-292-1/+18
* Add a test for the pecan adapterChristophe de Vienne2012-11-0612-0/+223