This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
39cc2ffc8f131679d9e561c0ab3712f482a8e7ed
deb-python-wsme
/
wsme
/
tests
History
Christophe de Vienne
ade5325e13
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +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
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +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