summaryrefslogtreecommitdiff
path: root/tests/functional/test_swiftclient.py
Commit message (Expand)AuthorAgeFilesLines
* Rename "tests" directory to be "test" like in the swift repoTim Burke2019-11-061-557/+0
* Fix up requests so we can send non-RFC-compliant headers on py3Tim Burke2019-07-251-0/+17
* Isolate docs requirementsTim Burke2019-06-271-14/+28
* Add delimiter to get_account().Timur Alperovich2018-11-301-0/+12
* Stop leaking quite so many connectionsTim Burke2018-11-091-0/+1
* Remove some pointless codeTim Burke2018-06-221-6/+0
* Merge "Make functests py3-compatible"Jenkins2017-01-241-15/+20
|\
| * Make functests py3-compatibleTim Burke2016-08-241-15/+20
* | Use ConfigParser instead of SafeConfigParserPallavi2016-10-171-1/+1
* | Convert numeric and boolean header values to stringsTim Burke2016-08-251-1/+10
|/
* Add copy object methodMarek Kaleta2016-08-231-0/+40
* Drop testtools from test-requirements.txtTim Burke2016-02-121-2/+2
* Retry download of object bodyStuart McLaren2016-01-081-0/+52
* Add functional test for object PUT with raw iteratorAlistair Coles2016-01-051-0/+15
* swiftclient content-type headerLisak, Peter2015-10-221-0/+34
* Merge "Run functional tests using keystone auth options"Jenkins2015-07-021-4/+65
|\
| * Run functional tests using keystone auth optionsAlistair Coles2015-06-041-4/+65
* | Merge "Allow reading from object body on download"Jenkins2015-06-041-3/+18
|\ \ | |/ |/|
| * Allow reading from object body on downloadStuart McLaren2015-03-241-3/+18
* | Compare each chunk of large objects when uploadingTim Burke2015-03-231-3/+7
|/
* Use skipTest from testtools instead of inherited ExceptionChristian Schwede2014-10-081-2/+1
* Merge "Remove testtools.main() call from tests"Jenkins2014-05-241-5/+0
|\
| * Remove testtools.main() call from testsChristian Schwede2014-05-201-5/+0
* | Fix Python3 bugs2.1.0Christian Schwede2014-05-211-1/+1
|/
* Make the function tests Python3-import friendlyAlex Gaynor2014-05-071-6/+7
* Add functional tests for python-swiftclientChristian Schwede2014-05-051-0/+289