summaryrefslogtreecommitdiff
path: root/tests/unit/test_swiftclient.py
Commit message (Expand)AuthorAgeFilesLines
* Do not reveal auth token in swiftclient log messages by defaultliberty-eolstable/libertyJoel Wright2016-03-081-3/+114
* Stop Connection class modifying os_options parameterAlistair Coles2015-08-251-0/+27
* Merge "Add minimal working service token support."Jenkins2015-08-251-1/+306
|\
| * Add minimal working service token support.Stuart McLaren2015-08-241-1/+306
* | flake8 ignores same hacks as swiftHiroshi Miura2015-08-181-2/+2
|/
* Merge "change deprecated assertEquals to assertEqual"Jenkins2015-08-111-14/+14
|\
| * change deprecated assertEquals to assertEqualHiroshi Miura2015-08-061-14/+14
* | make Connection.get_auth set url and token attributes on selfZack M. Davis2015-07-241-0/+11
|/
* Add connection release testChristian Schwede2015-06-051-1/+13
* Merge "Allow reading from object body on download"Jenkins2015-06-041-0/+35
|\
| * Allow reading from object body on downloadStuart McLaren2015-03-241-0/+35
* | Make default get_auth timeout be NoneAlistair Coles2015-06-031-2/+53
* | Remove simplejson dependencyTim Burke2015-05-201-39/+7
* | Add test for timeout being passed to keystone clientAlistair Coles2015-04-281-1/+23
* | Use a socket timeout in get_authPete Zaitcev2015-04-261-4/+53
* | Merge "Add socket-level read timeout parameter"Jenkins2015-04-241-1/+2
|\ \
| * | Add socket-level read timeout parameterMonty Taylor2015-03-301-1/+2
* | | Merge "Include unsupported url scheme with ClientException"Jenkins2015-03-311-0/+23
|\ \ \ | |/ / |/| |
| * | Include unsupported url scheme with ClientExceptionAlistair Coles2015-02-231-0/+23
* | | Add improvements to MD5 validation.Daniel Wakefield2015-03-041-2/+3
| |/ |/|
* | Verify MD5 of uploaded objects.Daniel Wakefield2015-02-191-37/+97
|/
* Make preauth params workClay Gerrard2014-12-171-123/+390
* Add unit tests for _encode_meta_headersDaniel Wakefield2014-11-131-0/+20
* Fix KeyError raised from client ConnectionAlistair Coles2014-10-201-0/+98
* Fix bug with some OS options not being passed to clientAlistair Coles2014-09-241-46/+1
* Add keystone v3 auth supportanc2014-07-231-14/+63
* Relax requirement for tenant_name in get_auth()anc2014-06-051-2/+20
* Merge "change assertEquals to assertEqual"Jenkins2014-05-281-4/+4
|\
| * change assertEquals to assertEqualChristian Berendt2014-05-141-4/+4
* | Merge "Remove testtools.main() call from tests"Jenkins2014-05-241-4/+0
|\ \
| * | Remove testtools.main() call from testsChristian Schwede2014-05-201-4/+0
* | | Fix wrong assertions in unit testsanc2014-05-221-2/+2
* | | Fix Python3 bugs2.1.0Christian Schwede2014-05-211-1/+19
|/ /
* | change assert_ to assertTrueChristian Berendt2014-05-141-1/+1
|/
* Only encode metadata for user customed headersChmouel Boudjnah2014-05-071-6/+6
* Add functional tests for python-swiftclientChristian Schwede2014-05-051-0/+1154