aa8d82e5d0
Wrapper class for requests.Session adds some common OpenStack functionality * log all requests and responses at debug level * json-encode request body passed in to request() in json keyword arg * set default user_agent at Session creation * set default verify at Session creation This sets the base for some additional functionality to follow: * handle redirects properly for a REST API client * handle a default auth token to set the X-Auth-Token header for simple use cases Partially implements blueprint: rest-client Change-Id: Ice3f2dae4a99fe59c7cc384a857900e3ae45a7d2
14 lines
187 B
Plaintext
14 lines
187 B
Plaintext
hacking>=0.0.8,<0.9
|
|
|
|
coverage>=3.6
|
|
discover
|
|
fixtures>=0.3.14
|
|
httpretty>=0.8.0
|
|
python-subunit
|
|
sphinx>=1.1.2
|
|
oslosphinx
|
|
testrepository>=0.0.17
|
|
testscenarios>=0.4
|
|
testtools>=0.9.32,<0.9.35
|
|
|