This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
74bb6b0bc3b42e3a8626db2af7a772274c06267e
deb-python-wsme
/
wsme
/
tests
History
Christophe de Vienne
74bb6b0bc3
Remove the parse_arg tests (parse_arg does not exist anymore), fix the json nest_result option handling, and fix the encode_sample tests and implementations.
2012-11-07 21:29:46 +01: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 a test for one item long text arrays
2012-10-16 11:12:11 +02:00
test_api.py
Reorganise the decorators. expose and validate are now in wsme.rest, and ws.api.signature becomes the raw decorator to declare a function signature. Got rid of the 'pexpose' decorator, which will be replaced later by a better way.
2012-10-31 10:48:01 +01:00
test_exc.py
Python 3.2 compat
2012-04-24 10:57:22 +02:00
test_protocols_commons.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +01:00
test_protocols.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +01:00
test_restjson.py
Remove the parse_arg tests (parse_arg does not exist anymore), fix the json nest_result option handling, and fix the encode_sample tests and implementations.
2012-11-07 21:29:46 +01:00
test_restxml.py
Remove the parse_arg tests (parse_arg does not exist anymore), fix the json nest_result option handling, and fix the encode_sample tests and implementations.
2012-11-07 21:29:46 +01:00
test_root.py
Move around the REST implementation : wsme.protocols.commons -> wsme.rest.args, wsme.protocols.rest -> wsme.rest.protocol, wsme.protocols.restxml/json -> wsme.rest.xml/json, wsme.protocols.__init__ -> wsme.protocol.
2012-11-06 22:34:03 +01:00
test_spore.py
Add a test for one item long text arrays
2012-10-16 11:12:11 +02:00
test_types.py
Fix test_default_usertype
2012-09-19 23:14:29 +02:00
test_utils.py
test_types unit tests now successfully pass under python 3.2
2012-04-24 10:47:27 +02:00