summaryrefslogtreecommitdiff
path: root/wsme/tests
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-2612-3335/+0
* Fix (some) tests for modern flask and pep8Chris Dent2018-04-094-8/+8
* Remove white space between print ()0.9.2Sanu Madhavan2017-01-201-5/+5
* Print exceptions raised from from_param methods0.9.0Vladyslav Drok2016-12-231-0/+25
* Fix pep8 issues and switch to py35 in tox.iniVladyslav Drok2016-12-231-0/+1
* wsattr.__set__() catchs TypeErrorVictor Stinner2016-03-081-0/+13
* Fix jenkins failurehouming-wang2016-03-081-3/+1
* Return 400, if the query string is not a dict0.8.0Mehdi Abaakouk2015-08-071-0/+8
* Merge "rest: return 415 when content-type is invalid"Jenkins2015-08-071-0/+9
|\
| * rest: return 415 when content-type is invalidMehdi Abaakouk2015-08-041-0/+9
* | Merge "Complex types should check unexpected attributes"Jenkins2015-08-071-0/+62
|\ \ | |/ |/|
| * Complex types should check unexpected attributesStéphane Bisinger2015-05-181-0/+62
* | json: raise ValueError invalid list or dictMehdi Abaakouk2015-08-031-1/+24
* | Fixes exception path with the datatype is a ObjectMehdi Abaakouk2015-08-031-1/+16
* | Move ipaddr to netaddrLan Qi song2015-05-271-0/+4
* | Added timezone support to parse_isodatetimeMichael Krotscheck2015-05-221-3/+22
|/
* Replace deprecated assertEquals with assertEqualStéphane Bisinger2015-05-132-76/+76
* Ensure UserType objects are converted to basetypeStéphane Bisinger2015-05-073-2/+51
* Convert built-in types when passed as stringsStéphane Bisinger2015-05-063-2/+129
* Enable real testing of python 3.4Chris Dent2015-04-282-13/+13
* Multiple protocol accept or content-type matchingChris Dent2015-04-242-2/+83
* Raise an InvalidInput if you get a ValueError from JSON data.Stéphane Bisinger2015-04-241-1/+32
* Return a 400 status code on invalid JSON inputStéphane Bisinger2015-04-231-0/+9
* Fix i18n when formatting exceptionLucas Alvares Gomes2015-04-201-3/+47
* Merge "Fix validation of IPv{4,6}AddressType"Jenkins2015-04-201-4/+6
|\
| * Fix validation of IPv{4,6}AddressTypeIlya Kharin2014-07-161-4/+6
* | Improve Accept and Content-Type handlingChris Dent2015-02-183-5/+71
* | Merge "Fix printing object reference on StringType"Jenkins2015-01-221-0/+9
|\ \
| * | Fix printing object reference on StringTypeLucas Alvares Gomes2014-07-151-0/+9
| |/
* | Fix passing Dict/Array based UserType as params0.6.2Christophe de Vienne2014-11-151-0/+13
* | Allow non-auto-registered complex typeChristophe de Vienne2014-11-111-0/+8
|/
* Fix pep8 errorsJulien Danjou2014-04-251-8/+0
* Fix default handling for zero valuesDoug Hellmann2014-03-111-0/+29
* A proper check of UuidTypeIlya Kharin2014-02-261-2/+4
* args_from_args() to work with an instance of UserTypeLucas Alvares Gomes2014-01-031-1/+24
* Add 'readonly' parameter to wsattr0.6Yuriy Zveryanskyy2013-12-121-0/+19
* Support dynamic typesDoug Hellmann2013-11-211-0/+104
* Add IntegerType and some classes for validationKen'ichi Ohmichi2013-11-021-0/+59
* Merge "Fix SyntaxWarning under Python 3"Jenkins2013-10-311-5/+5
|\
| * Fix SyntaxWarning under Python 3Julien Danjou2013-10-161-5/+5
* | Merge "Remove the duplicated error message from Enum"Jenkins2013-10-312-3/+3
|\ \
| * | Remove the duplicated error message from EnumKen'ichi Ohmichi2013-10-312-3/+3
| |/
* | Use assertRaises() for negative testsKen'ichi Ohmichi2013-10-311-40/+12
|/
* json: convert value to string before encodingJulien Danjou2013-10-161-0/+24
* Add custom error code to ClientSideErrorYuriy Zveryanskyy2013-10-091-7/+28
* Handle [] {} for body in rest protocolsMehdi Abaakouk2013-10-044-13/+61
* types: fix error return when None is in EnumJulien Danjou2013-10-022-12/+44
* Add a test case for wsattr defaultJulien Danjou2013-09-231-0/+17
* Merge "Handle mandatory attributes"Jenkins2013-09-221-0/+53
|\
| * Handle mandatory attributesJulien Danjou2013-09-181-0/+53