This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
436dab1b52da67762bd19b0afe8a32e62a44bd4d
deb-python-wsme
/
wsme
/
tests
History
Christophe de Vienne
436dab1b52
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +02:00
..
__init__.py
Renamed EWS to WSME because ews is already taken on pypi
2011-09-18 21:43:51 +02:00
protocol.py
Add misc test functions
2011-10-19 14:21:12 +02:00
test_controller.py
Bugfix: a complex type used only in validate and never in expose was not registered
2011-10-28 09:47:33 +02:00
test_exc.py
Improve ClientSideError interface + raise wsme.exc coverage to 100%
2011-10-11 13:49:57 +02:00
test_restjson.py
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +02:00
test_restxml.py
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +02:00
test_types.py
Improved the complex type handling by using python Descriptors for attributes. They also carry the attribute name, so that the _wsme_attributes is now a list of wsattr/wsproperty instead of a list of (name, wsattr/wsproperty)
2011-10-28 11:34:34 +02:00