summaryrefslogtreecommitdiff
path: root/tests/unit/test_cliutils.py
Commit message (Expand)AuthorAgeFilesLines
* Cleaning up code in oslo-incubatorDavanum Srinivas2015-11-251-699/+0
* Sort keys in table output in print_dictMatt Riedemann2015-10-071-0/+17
* Allow specifying a table header for the value column in print_dictMatt Riedemann2015-10-071-0/+18
* Upgrade to hacking 0.10Julien Danjou2015-01-201-12/+12
* cliutils restore python3 string decodeSteven Hardy2014-11-101-0/+43
* Split cliutilsAndrey Kurilin2014-10-101-141/+42
* remove caching param from prettytable callgordon chung2014-09-261-10/+5
* Add field_labels parameter to cliutils.print_listDmitry Tantsur2014-09-041-0/+57
* cliutils: Python 3 supportJulien Danjou2014-05-121-6/+7
* Use oslotest instead of common test moduleVictor Sergeyev2014-04-151-7/+7
* Add common methods to cliutilsAndrey Kurilin2014-01-091-0/+98
* Only pass non-None sortby to PrettyTable.get_stringEoghan Glynn2013-12-021-1/+1
* Remove vim headerJoe Gordon2013-11-251-2/+0
* Add common code for CLI toolsAlessio Ababilov2013-08-261-42/+188
* Replace using tests.utils with openstack.common.testAlexander Gorodnev2013-08-091-2/+2
* Update to use flake8.Monty Taylor2013-03-241-61/+89
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-241-3/+2
* Use testtools as test base class.Monty Taylor2013-01-241-2/+2
* Add a CLI argument validation utilityMark McLoughlin2012-11-291-0/+398