/usr/lib/python2.6/site-packages/openstackclient/tests/api
Edit: /usr/lib/python2.6/site-packages/openstackclient/tests/api/test_api.pyc (9754B)
Ñò
;vVc @ sl d Z d d k l Z d d k l Z d d k l Z d e i f d „ ƒ YZ d e i f d „ ƒ YZ
d S(
s Base API Library Testsiÿÿÿÿ( t api( t
exceptions( t fakest TestKeystoneSessionc B s e Z d „ Z d „ Z RS( c C s8 t t | ƒ i ƒ t i d | i d | i ƒ | _ d S( Nt sessiont endpoint( t superR t setUpR t KeystoneSessiont sesst BASE_URL( t self( ( sR /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/api/test_api.pyR s c C s[ | i i d | i d d t i d d ƒ| i i d d ƒ } | i t i | i ƒ ƒ d S( Nt GETs /qazt jsont status_codeiÈ ( t
requests_mockt register_uriR
t api_fakest RESP_ITEM_1R t _requestt assertEqualR
( R t ret( ( sR /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/api/test_api.pyt test_session_request s
( t __name__t
__module__R R ( ( ( sR /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/api/test_api.pyR s t TestBaseAPIc B s¡ e Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z
d „ Z d
„ Z d „ Z
d „ Z d
„ Z d „ Z d „ Z d „ Z RS( c C s8 t t | ƒ i ƒ t i d | i d | i ƒ | _ d S( NR R ( R R R R t BaseAPIR R
( R ( ( sR /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/api/test_api.pyR + s c C sR | i i d | i d d t i d d ƒ| i i d ƒ } | i t i | ƒ d S( Nt POSTs /qazR
R iÊ t qaz( R R R
R R R t createR ( R R ( ( sR /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/api/test_api.pyt test_create_post2 s
c C sX | i i d | i d d t i d d ƒ| i i d d d ƒ} | i t i | ƒ d S( Nt PUTs /qazR
R iÊ R t method( R R R
R R R R R ( R R ( ( sR /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/tests/api/test_api.pyt test_create_put<