summaryrefslogtreecommitdiff
path: root/glanceclient/tests/unit/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove unicode-related Python2-only code"Zuul2023-01-121-7/+1
|\
| * Remove unicode-related Python2-only codeCyril Roelandt2022-11-141-7/+1
* | Merge "Boolean options: use strict checking"Zuul2023-01-121-0/+8
|\ \
| * | Boolean options: use strict checkingCyril Roelandt2022-11-141-0/+8
| |/
* | schema_args: Do not generate option for read-only propertiesCyril Roelandt2022-09-261-1/+8
|/
* Do not use the six library in the tests.Cyril Roelandt2020-06-151-17/+12
* Use unittest.mock instead of third party mockSean McGinnis2020-04-181-1/+1
* Image show: print human readable string when the virtual size is unknownCyril Roelandt2018-05-311-0/+38
* Removes unicode 'u' response from "glance image-tag-update"Abijitha Nadagouda2018-02-021-0/+36
* Replace assertTrue(isinstance()) with assertIsInstance()Van Hung Pham2017-06-141-1/+1
* Add request id to returned objectsRavi Jethani2017-01-201-0/+50
* v2 - "readOnly" key should be used in schemaszwei2016-02-041-1/+2
* Ensure that identity token in header is not an unicode stringVincent Untz2015-11-171-1/+3
* Merge "Replace exception_to_str with oslo.utils function"Jenkins2015-09-301-18/+0
|\
| * Replace exception_to_str with oslo.utils functionkairat_kushaev2015-09-221-18/+0
* | Fix human readable when size is NoneStuart McLaren2015-09-141-0/+1
|/
* check for None value in utils.safe_headerDavid Edery2015-09-081-0/+15
* Add unicode support for properties values in v2 shellDarja Shakhray2015-08-031-2/+3
* Enable flake8 checksDarja Shakhray2015-07-211-1/+1
* Close iterables at the end of iterationRobert Collins2015-06-111-0/+13
* Move unit tests to standard directoryStuart McLaren2015-04-181-0/+165