summaryrefslogtreecommitdiff
path: root/tests/unit/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Rename "tests" directory to be "test" like in the swift repoTim Burke2019-11-061-582/+0
* Merge "Support pdb in tests better"Zuul2019-07-101-2/+14
|\
| * Support pdb in tests betterClay Gerrard2017-06-131-2/+14
* | Stop leaking quite so many connectionsTim Burke2018-11-091-2/+9
* | Stop lazy importing keystoneclientTim Burke2018-09-071-8/+0
* | Allow for object uploads > 5GB from stdin.Timur Alperovich2018-01-181-0/+21
|/
* Add __ne__ built-in functionyuyafei2016-07-051-0/+3
* Support client certificate/keyCedric Brandily2016-04-101-0/+6
* Include response headers in ClientExceptionsTim Burke2016-03-031-8/+13
* Drop testtools from test-requirements.txtTim Burke2016-02-121-2/+1
* Merge "Accept token and tenant_id for authenticating against KS"Jenkins2016-02-101-4/+4
|\
| * Accept token and tenant_id for authenticating against KSPratik Mallya2016-01-181-4/+4
* | Get rid of FakeConn cruftTim Burke2016-01-181-18/+0
* | Fix some typosTim Burke2015-12-301-1/+1
* | Merge "Centralize header parsing"Jenkins2015-11-121-2/+2
|\ \
| * | Centralize header parsingTim Burke2015-09-031-2/+2
| |/
* | Miscellaneous (mostly test) cleanupTim Burke2015-10-071-3/+2
* | Actually make assertions when testing get_account and get_containerTim Burke2015-09-221-1/+15
|/
* fix old style class definition(H238)Hiroshi Miura2015-08-041-1/+1
* Merge "Properly test raw writes in Python 3"Jenkins2015-07-161-13/+12
|\
| * Properly test raw writes in Python 3Tim Burke2015-07-071-13/+12
* | Add some bash helpers for auth stuffClay Gerrard2015-06-151-2/+4
|/
* Merge "Allow reading from object body on download"Jenkins2015-06-041-1/+4
|\
| * Allow reading from object body on downloadStuart McLaren2015-03-241-1/+4
* | Merge "Add test for timeout being passed to keystone client"Jenkins2015-05-211-0/+49
|\ \
| * | Add test for timeout being passed to keystone clientAlistair Coles2015-04-281-0/+49
* | | Merge "Compare each chunk of large objects when uploading"Jenkins2015-04-301-1/+8
|\ \ \ | |/ / |/| |
| * | Compare each chunk of large objects when uploadingTim Burke2015-03-231-1/+8
| |/
* | Add socket-level read timeout parameterMonty Taylor2015-03-301-1/+1
* | Add improvements to MD5 validation.Daniel Wakefield2015-03-041-1/+2
|/
* Verify MD5 of uploaded objects.Daniel Wakefield2015-02-191-1/+1
* Merge "This patch fixes downloading files to stdout."Jenkins2015-02-031-0/+28
|\
| * This patch fixes downloading files to stdout.Joel Wright2015-01-231-0/+28
* | Fix cross account upload using --os-storage-urlAlistair Coles2015-01-061-26/+56
|/
* Merge "Make preauth params work"Jenkins2014-12-311-24/+144
|\
| * Make preauth params workClay Gerrard2014-12-171-24/+144
* | Change tests to use new CaptureOutput class.Daniel Wakefield2014-12-051-2/+18
|/
* Capture test output betterClay Gerrard2014-11-201-0/+72
* Fix KeyError raised from client ConnectionAlistair Coles2014-10-201-0/+3
* Fix bug with some OS options not being passed to clientAlistair Coles2014-09-241-0/+54
* Add keystone v3 auth supportanc2014-07-231-6/+10
* Add functional tests for python-swiftclientChristian Schwede2014-05-051-0/+154