This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
05d62db7bd886bef9463a239aa634bb65d84e001
deb-python-wsme
/
wsme
/
tests
History
Christophe de Vienne
e051877a5a
Protocols are now found through entry points
2011-10-12 23:18:27 +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
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00
test_controller.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +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
Protocols are now found through entry points
2011-10-12 23:18:27 +02:00
test_restxml.py
Protocols are now found through entry points
2011-10-12 23:18:27 +02:00
test_soap.py
wswe.controller code coverage is back to 100%
2011-10-11 13:30:02 +02:00
test_types.py
better testing (+ fixes) of sort_attributes
2011-09-20 16:26:52 +02:00