summaryrefslogtreecommitdiff
path: root/wsme/tests/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* Retire github mirror, repo moved to opendevHEADmasterJim Rollenhagen2019-09-261-667/+0
* Fix (some) tests for modern flask and pep8Chris Dent2018-04-091-2/+2
* wsattr.__set__() catchs TypeErrorVictor Stinner2016-03-081-0/+13
* Move ipaddr to netaddrLan Qi song2015-05-271-0/+4
* 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
* | Merge "Fix printing object reference on StringType"Jenkins2015-01-221-0/+9
|\ \
| * | Fix printing object reference on StringTypeLucas Alvares Gomes2014-07-151-0/+9
| |/
* | Allow non-auto-registered complex typeChristophe de Vienne2014-11-111-0/+8
|/
* A proper check of UuidTypeIlya Kharin2014-02-261-2/+4
* Support dynamic typesDoug Hellmann2013-11-211-0/+104
* Add IntegerType and some classes for validationKen'ichi Ohmichi2013-11-021-0/+59
* Merge "Remove the duplicated error message from Enum"Jenkins2013-10-311-1/+1
|\
| * Remove the duplicated error message from EnumKen'ichi Ohmichi2013-10-311-1/+1
* | Use assertRaises() for negative testsKen'ichi Ohmichi2013-10-311-40/+12
|/
* types: fix error return when None is in EnumJulien Danjou2013-10-021-9/+14
* Remove various usage of sys.exc_info()Julien Danjou2013-09-181-3/+1
* pep8 fixes, including a declaration in tox.ini for running flake8Ryan Petrello2013-09-051-3/+5
* Fix attributes sorting based on source codeJulien Danjou2013-08-211-5/+4
* Changed the way datas of complex types are stored. In previous versions, anChristophe de Vienne2013-04-121-1/+1
* add tests for file property of FileDoug Hellmann2013-01-181-0/+27
* fix binary type tests for python 3Doug Hellmann2013-01-181-3/+4
* add tests for file types and fix a python 3 issue with handling files coming ...Doug Hellmann2013-01-181-0/+33
* add tests for weakref conversions for type referencesDoug Hellmann2013-01-181-0/+19
* test invalid float valuesDoug Hellmann2013-01-181-0/+5
* add tests for binary encoding and decodingDoug Hellmann2013-01-181-0/+11
* add tests for ArrayType validationDoug Hellmann2013-01-181-0/+25
* Add sample() method to ArrayType and DictTypeDoug Hellmann2012-12-071-0/+12
* tighten up validate_value logic and allow string promotion to integersDoug Hellmann2012-12-051-6/+17
* allow type promotion to floatDoug Hellmann2012-11-291-0/+5
* Fix test_default_usertypeChristophe de Vienne2012-09-191-1/+1
* Test text to bytes auto-conversionChristophe de Vienne2012-09-191-0/+4
* text and bytes attributes now convert values from/to bytes/text when needed (...Christophe de Vienne2012-09-191-1/+14
* Fix ArrayType __eq__ operator so that array types are not duplicated in the r...Christophe de Vienne2012-09-141-0/+4
* The Base type for complex types now has a constructor that takes attribute va...Christophe de Vienne2012-08-181-0/+7
* Improve dict and array types handling by introducing DictType and ArrayType. ...Christophe de Vienne2012-06-271-1/+1
* Test attributes which are lists of complex typesChristophe de Vienne2012-06-261-0/+12
* Attempting a on-demand resolution of datatypes references, so we don't need t...Christophe de Vienne2012-06-041-1/+10
* Add a type Registry.Christophe de Vienne2012-05-221-3/+23
* test_types unit tests now successfully pass under python 3.2Christophe de Vienne2012-04-241-12/+16
* wsme.types is now 100% covered by unit testsChristophe de Vienne2012-04-191-0/+71
* Fix the test_enum test (the error message now contains the attribute nameChristophe de Vienne2012-01-181-1/+2
* Add a 'name' attribute on wsattr and wsproperty.Christophe de Vienne2011-11-231-0/+20
* Reproduce a bug when a Child complex type is registered after its Parent (it'...Christophe de Vienne2011-11-071-0/+3
* Fix array attributes validationChristophe de Vienne2011-11-021-0/+17
* Enum now takes values as args instead of a listChristophe de Vienne2011-10-281-2/+1
* Now supports user types (non-complex types that are base on native types), th...Christophe de Vienne2011-10-281-0/+22
* pep8 now likes wsmeChristophe de Vienne2011-10-281-1/+0
* Improved the complex type handling by using python Descriptors for attributes...Christophe de Vienne2011-10-281-14/+15
* Fix: Complex types normal properties were not ignored.Christophe de Vienne2011-10-251-0/+12