summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Move unit tests to standard directoryStuart McLaren2015-04-181-165/+0
* Unify using six.moves.range rename everywhereErno Kuvaja2015-02-251-0/+2
* Support schema types with non-str valueFlavio Percoco2014-12-101-0/+44
* Finalize Python3 supportFrederic Lepied2014-05-201-1/+4
* Fix the parameter order of assertEqual in glanceclient testEiichi Aikawa2014-02-251-12/+14
* Python3: use six.StringIO rather than StringIO.StringIOYassine Lamgarchal2014-01-101-5/+5
* Get better format for long lines with PrettyTableFei Long Wang2014-01-061-7/+13
* Fix and enable gating on H306Dirk Mueller2013-12-161-1/+1
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Show a pretty progressbar when uploading and downloading an image.mouad benchchaoui2013-08-081-25/+23
* Encode error messages before sending them to stdoutFlaper Fesp2013-07-291-0/+15
* Replace utils.ensure_(str|unicode) with strutils.safe(decode|encode)Flaper Fesp2013-06-041-33/+0
* Improve Python 3.x compatibilityDirk Mueller2013-04-221-2/+2
* Allow for prettytable 0.7.x as wellDirk Mueller2013-03-151-0/+43
* Decode input and encode outputFlaper Fesp2013-02-131-0/+33
* Use testtools instead of unittest.Monty Taylor2013-01-021-2/+2
* Simplify human-readable size outputBrian Waldon2012-11-191-3/+5
* Make image sizes more readable for humansChristian Berendt2012-11-191-0/+5
* Enable client V2 to download imagesLars Gellrich2012-08-091-0/+45