summaryrefslogtreecommitdiff
path: root/tests/unit/test_swiftclient.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Retry file uploads via SwiftService"Jenkins2016-01-121-14/+48
|\ \ \ | |_|/ |/| |
| * | Retry file uploads via SwiftServiceTim Burke2016-01-111-14/+48
* | | Retry download of object bodyStuart McLaren2016-01-081-0/+17
* | | Merge "Replace assertEqual(arg, None) with assertIsNone(arg)"Jenkins2016-01-061-8/+8
|\ \ \ | |/ / |/| |
| * | Replace assertEqual(arg, None) with assertIsNone(arg)SaiKiran2015-12-301-8/+8
* | | Merge "Wrap raw iterators to ensure we send entire contents to server"Jenkins2016-01-061-0/+20
|\ \ \
| * | | Wrap raw iterators to ensure we send entire contents to serverTim Burke2015-12-301-0/+20
| |/ /
* | | Fix some typosTim Burke2015-12-301-2/+2
|/ /
* | Test 'string' behaviour of get_objectStuart McLaren2015-12-151-0/+6
* | Merge "Centralize header parsing"Jenkins2015-11-121-0/+37
|\ \
| * | Centralize header parsingTim Burke2015-09-031-0/+37
* | | Merge "Add tests and param definitions for headers parameter"Jenkins2015-11-041-0/+53
|\ \ \
| * | | Add tests and param definitions for headers parameterAlistair Coles2015-09-231-0/+53
* | | | swiftclient content-type headerLisak, Peter2015-10-221-0/+18
* | | | Miscellaneous (mostly test) cleanupTim Burke2015-10-071-76/+45
* | | | Make more assertions in client unit testsAlistair Coles2015-09-231-6/+39
* | | | Actually make assertions when testing get_account and get_containerTim Burke2015-09-221-23/+80
|/ / /
* | | Add headers parameterMahati2015-09-161-0/+27
|/ /
* | 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
|/ /