summaryrefslogtreecommitdiff
path: root/tests/unit/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* prefix-based tempurls supportChristopher Bartz2017-01-191-2/+31
* Merge "modify 'swift <sub_command> —help' display"Jenkins2016-12-131-2/+5
|\
| * modify 'swift <sub_command> —help' displayShashirekha Gundur2016-12-131-2/+5
* | Merge "Add additional headers for HEAD/GET/DELETE requests."Jenkins2016-11-081-27/+170
|\ \ | |/ |/|
| * Add additional headers for HEAD/GET/DELETE requests.Charles Hsu2016-11-071-27/+170
* | Replace assertTrue(a in b) with assertIn(a, b)Anh Tran2016-10-031-4/+4
|/
* Merge "Fix intermittent test failure"Jenkins2016-09-141-3/+7
|\
| * Fix intermittent test failureTim Burke2016-09-011-3/+7
* | Make tempurl command check for valid object pathAlistair Coles2016-09-141-2/+14
* | Make options arguments truely optionalChristian Schwede2016-09-061-0/+16
|/
* Merge "Add copy object method"Jenkins2016-08-241-0/+133
|\
| * Add copy object methodMarek Kaleta2016-08-231-0/+133
* | Add --json option to `swift capabilities` / `swift info`Tim Burke2016-08-021-0/+16
* | Merge "Add an option: disable etag check on downloads"Jenkins2016-06-061-0/+18
|\ \
| * | Add an option: disable etag check on downloadsCheng Li2016-06-021-0/+18
| |/
* | Suppress InsecureRequestWarning when using --insecureTim Burke2016-06-011-10/+18
|/
* Merge "Support client certificate/key"Jenkins2016-05-191-1/+3
|\
| * Support client certificate/keyCedric Brandily2016-04-101-1/+3
* | Merge "Tighten up testing for sloppy auth version"Jenkins2016-05-081-4/+10
|\ \
| * | Tighten up testing for sloppy auth versionAlistair Coles2016-05-051-4/+10
* | | Default to v3 auth if we find a (user|project)-domain-(name|id) optionTim Burke2016-05-031-0/+29
|/ /
* | Pull option processing out to service.pyTim Burke2016-05-031-0/+37
* | Parse options to dictTim Burke2016-05-031-6/+6
* | Merge "Add tests for thread option validation"Jenkins2016-05-021-0/+95
|\ \ | |/ |/|
| * Add tests for thread option validationTim Burke2016-03-171-0/+95
* | Merge "Port from optparse to argparse"Jenkins2016-04-081-15/+18
|\ \
| * | Port from optparse to argparseTim Burke2016-04-061-15/+18
* | | Merge "Initialize delete_object mock *before* creating all the threads"Jenkins2016-03-181-0/+1
|\ \ \
| * | | Initialize delete_object mock *before* creating all the threadsTim Burke2016-03-171-0/+1
| |/ /
* | | Merge "Include response headers in ClientExceptions"Jenkins2016-03-171-2/+31
|\ \ \ | |/ / |/| |
| * | Include response headers in ClientExceptionsTim Burke2016-03-031-2/+31
* | | Initialise delete_object mock before it's calledMin Min Ren2016-03-051-1/+1
|/ /
* | Merge "Drop testtools from test-requirements.txt"Jenkins2016-03-011-19/+18
|\ \ | |/ |/|
| * Drop testtools from test-requirements.txtTim Burke2016-02-121-19/+18
* | Merge "Display proper name when failing to create segments container"Jenkins2016-02-171-0/+48
|\ \ | |/ |/|
| * Display proper name when failing to create segments containerTim Burke2016-02-101-0/+48
* | Merge "Add test for --debug taking precedence over --info"Jenkins2016-02-111-1/+19
|\ \
| * | Add test for --debug taking precedence over --infoAlistair Coles2016-02-111-1/+19
* | | Merge "Fix debug and info option parsing"Jenkins2016-02-111-0/+15
|\ \ \ | |/ /
| * | Fix debug and info option parsingChristian Schwede2015-12-301-0/+15
* | | Merge "Support --os-identity-api-version option"Jenkins2016-02-111-9/+95
|\ \ \ | |_|/ |/| |
| * | Support --os-identity-api-version optionAlistair Coles2016-02-051-9/+95
* | | Merge "Fix segmented upload to pseudo-dir via <container>"Jenkins2016-02-101-2/+29
|\ \ \
| * | | Fix segmented upload to pseudo-dir via <container>James Nzomo2016-02-041-2/+29
* | | | Merge "Fix intermittent fail of test_delete_bulk_account"Jenkins2016-02-041-16/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix intermittent fail of test_delete_bulk_accountAlistair Coles2016-02-011-16/+25
| |/ /
* | | Merge "Fix intermittent fail of test_delete_account"Jenkins2016-02-011-8/+10
|\ \ \
| * | | Fix intermittent fail of test_delete_accountAlistair Coles2016-02-011-8/+10
| |/ /
* | | Merge "Prevent test runs from cluttering current directory"Jenkins2016-01-291-35/+52
|\ \ \ | |/ / |/| |
| * | Prevent test runs from cluttering current directoryTim Burke2016-01-191-35/+52