summaryrefslogtreecommitdiff
path: root/glanceclient/tests/unit/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* Unhardcode the value of DEFAULT_PAGE_SIZE from the testsCyril Roelandt2022-11-141-1/+3
* Bump default pagesizeErno Kuvaja2022-08-261-1/+1
* glance help <subcommand>: Clearly specify which options are mandatoryCyril Roelandt2021-12-141-0/+11
* Fix undesirable raw Python errorMridula Joshi2021-08-031-0/+8
* Do not use the six library.Cyril Roelandt2020-06-231-21/+0
* Do not use the six library in the tests.Cyril Roelandt2020-06-151-30/+22
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* Use "multihash" for data download validationBrian Rosmaita2018-09-071-1/+3
* update shell tests to not rely on the serialization order of a dictDoug Hellmann2018-06-071-8/+8
* Remove usage of ordereddictDirk Mueller2018-03-081-4/+1
* Remove deprecated ssl optionsRui Yuan Dou2018-01-171-11/+0
* Handle formatting of subcommand name in error outputIan Cordasco2017-01-111-0/+29
* switch from keystoneclient to keystoneauthItisha Dewan2016-09-031-4/+6
* image-download: tests to catch stray outputStuart McLaren2016-06-291-0/+114
* Use correct order of arguments to assertEqualzhengyao12016-06-291-2/+2
* Remove deprecated construct method from session initkairat_kushaev2016-06-091-6/+6
* Get endpoint if os_image_url is not setNiall Bunting2016-05-121-16/+77
* Merge "Re-enable stacktracing when --debug is used"Jenkins2016-04-181-0/+39
|\
| * Re-enable stacktracing when --debug is usedStuart McLaren2016-04-071-0/+39
* | Merge "Fix v2 so that you can see the default help info"Jenkins2016-04-041-3/+8
|\ \
| * | Fix v2 so that you can see the default help infozwei2016-03-301-3/+8
* | | Fix missing of debug info after we use sessionCao ShuFeng2016-03-281-0/+15
| |/ |/|
* | Ship the default metadata schema in the clientwangxiyuan2016-03-241-0/+14
|/
* Test: use assert_has_calls() insteadChaozhe.Chen2016-02-241-3/+6
* Merge "Auto-generated squash commit"Jenkins2016-02-121-1/+1
|\
| * Auto-generated squash commitFlavio Percoco2016-02-111-1/+1
* | Fix client initialization in shell testskairat_kushaev2016-02-011-4/+6
* | Use session when not specified token or endpointDarja Shakhray2016-01-141-22/+10
|/
* Merge "print usage when no argument is specified for python3"Jenkins2015-10-141-0/+14
|\
| * print usage when no argument is specified for python3Zhiqiang Fan2015-10-091-0/+14
* | Use the subcomand parsed args instead of the baseFlavio Percoco2015-10-121-9/+27
|/
* No auth when token and endpoint are passedFlavio Percoco2015-09-251-0/+19
* Fixes CLI client called without subcommandsErno Kuvaja2015-09-111-0/+7
* Don't make `help` require auth parametersFlavio Percoco2015-09-091-5/+9
* Consider `--os-token` when using v2Flavio Percoco2015-09-041-21/+31
* Check if v2 is available and fallbackFlavio Percoco2015-09-041-11/+49
* Password should be prompted onceFlavio Percoco2015-09-011-1/+1
* Merge "Use API v2 as default"Jenkins2015-08-131-18/+48
|\
| * Use API v2 as defaultFei Long Wang2015-08-111-18/+48
* | Ship the default image schema in the clientFlavio Percoco2015-08-121-0/+7
|/
* Enable flake8 checksDarja Shakhray2015-07-211-2/+2
* Account for dictionary order in test_shell.pyCorey Bryant2015-06-291-5/+12
* Improve import related error handlingStuart McLaren2015-05-081-3/+56
* Move unit tests to standard directoryStuart McLaren2015-04-181-0/+512