summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix Python3 bugs2.1.0Christian Schwede2014-05-212-2/+20
* Move test_shell.py under tests/unit/anc2014-05-201-0/+0
* change assert_ to assertTrueChristian Berendt2014-05-141-1/+1
* Merge "Only encode metadata for user customed headers"Jenkins2014-05-081-6/+6
|\
| * Only encode metadata for user customed headersChmouel Boudjnah2014-05-071-6/+6
* | Make the function tests Python3-import friendlyAlex Gaynor2014-05-071-6/+7
|/
* Merge "Add functional tests for python-swiftclient"Jenkins2014-05-069-0/+306
|\
| * Add functional tests for python-swiftclientChristian Schwede2014-05-059-0/+306
* | Mock auth_end_time in test_shell.test_downloadChmouel Boudjnah2014-04-251-10/+14
|/
* Merge "Fixed several shell tests on Python3."Jenkins2014-04-241-0/+5
|\
| * Fixed several shell tests on Python3.Alex Gaynor2014-04-231-0/+5
* | Merge "Fix up StringIO use in tests for py3"Jenkins2014-04-241-4/+3
|\ \
| * | Fix up StringIO use in tests for py3Samuel Merritt2014-04-231-4/+3
| |/
* | Merge "Updated test_shell for Python3"Jenkins2014-04-231-2/+10
|\ \ | |/ |/|
| * Updated test_shell for Python3Alex Gaynor2014-04-231-2/+10
* | Merge "Fix test_raw_upload test"Jenkins2014-04-231-5/+11
|\ \ | |/ |/|
| * Fix test_raw_upload testChmouel Boudjnah2014-04-171-5/+11
* | Merge "Remove validate_headers"Jenkins2014-04-231-20/+0
|\ \ | |/
| * Remove validate_headersChmouel Boudjnah2014-04-171-20/+0
* | Merge "Add tests for bin/swift"Jenkins2014-04-181-0/+319
|\ \ | |/ |/|
| * Add tests for bin/swiftChristian Schwede2014-04-141-0/+319
* | Merge "Fix test_multithreading on Python 3"Jenkins2014-04-161-3/+9
|\ \
| * | Fix test_multithreading on Python 3Victor Stinner2014-04-151-3/+9
* | | Merge "Fix swiftclient.client.quote() for Python 3"Jenkins2014-04-161-4/+8
|\ \ \ | |/ /
| * | Fix swiftclient.client.quote() for Python 3Victor Stinner2014-04-071-4/+8
* | | Merge "Add requests related unit-tests"Jenkins2014-04-141-0/+81
|\ \ \ | |_|/ |/| |
| * | Add requests related unit-testsTristan Cacqueray2014-04-051-0/+81
* | | Merge "Python 3: fix tests on HTTP headers"Jenkins2014-04-101-7/+14
|\ \ \ | |_|/ |/| |
| * | Python 3: fix tests on HTTP headersVictor Stinner2014-04-041-7/+14
| |/
* | Merge "Use the standard library's copy of mock when it's available."Jenkins2014-04-053-3/+17
|\ \ | |/ |/|
| * Use the standard library's copy of mock when it's available.Alex Gaynor2014-03-313-3/+17
* | Merge "set user-agent header"Jenkins2014-04-011-0/+42
|\ \ | |/ |/|
| * set user-agent headerJohn Dickinson2014-03-301-0/+42
* | Merge "Python 3: Get compatible types from six"Jenkins2014-03-301-6/+9
|\ \
| * | Python 3: Get compatible types from sixVictor Stinner2014-03-281-6/+9
| |/
* | Python 3: Fix module names in importVictor Stinner2014-03-283-11/+12
|/
* Merge "Python 3: cast map() result to list"Jenkins2014-03-281-3/+3
|\
| * Python 3: cast map() result to listVictor Stinner2014-03-241-3/+3
* | Merge "Python 3: Fix tests using temporary text files"Jenkins2014-03-281-2/+2
|\ \
| * | Python 3: Fix tests using temporary text filesVictor Stinner2014-03-241-2/+2
| |/
* | Merge "Python 3: Replace iter.next() with six.next(iter)"Jenkins2014-03-281-4/+4
|\ \
| * | Python 3: Replace iter.next() with six.next(iter)Victor Stinner2014-03-271-4/+4
| |/
* | Replace dict.iteritems() with dict.items()Victor Stinner2014-03-271-1/+1
|/
* Use six.StringIO instead of StringIO.StringIOzhang-jinnan2014-03-032-4/+4
* Add LengthWrapper in put_object to honor content_length paramClay Gerrard2014-02-251-0/+41
* Fix --insecure option on auth2.0.1John Dickinson2014-02-132-3/+24
* Port to python-requestsTristan Cacqueray2014-02-123-97/+28
* Merge "assertEquals is deprecated, use assertEqual"Jenkins2014-01-311-41/+41
|\
| * assertEquals is deprecated, use assertEqualDirk Mueller2014-01-171-41/+41
* | Merge "Add capabilities option"Jenkins2014-01-311-0/+28
|\ \