summaryrefslogtreecommitdiff
path: root/openstackclient/tests/unit/compute/v2/test_server_image.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Use SDK objects where expectedStephen Finucane2023-05-161-10/+2
* tests: Remove unnecessary nesting of compute resourcesStephen Finucane2023-05-161-2/+2
* Blacken openstackclient.computeStephen Finucane2023-05-101-11/+13
* Merge "image: Remove FakeImage test helper"Zuul2022-02-091-2/+2
|\
| * image: Remove FakeImage test helperStephen Finucane2021-11-171-2/+2
* | Switch server image create to SDKThrivikram Mudunuri2021-11-161-15/+12
|/
* Replace assertItemsEqual with assertCountEqualDirk Mueller2021-05-031-3/+3
* compute: Add missing options for 'server image create'Stephen Finucane2021-01-081-0/+6
* Make use of comparable 'FormattableColumn' subclassesStephen Finucane2020-12-091-3/+3
* Switch image to use SDKArtem Goncharov2020-03-231-8/+11
* Raise flake8-import-order version to latestSean McGinnis2020-01-101-1/+1
* Use cliff formattable columns in image commandsAkihiro Motoki2019-06-221-4/+5
* Replace 'MagicMock' with 'Mock'qtang2016-09-141-2/+2
* move unit tests to new "unit" test moduleSteve Martinelli2016-09-081-0/+228