summaryrefslogtreecommitdiff
path: root/openstackclient/tests/common/test_parseractions.py
Commit message (Expand)AuthorAgeFilesLines
* Use assertEqual() instead of assertDictEqual()Tang Chen2016-07-251-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-0/+3
* Error handling for KeyValueAction class.Huanxuan Ao2016-06-081-10/+7
* Use assertItemsEqual() instead of assertListEqual()Tang Chen2016-03-141-10/+2
* Add MultiKeyValueAction to custom parser actionTang Chen2016-02-271-0/+129
* Refactor: Initialize parser in setUp() in TestNonNegativeActionTang Chen2015-12-281-26/+10
* Refactor: Initialize parser in setUp() in TestKeyValueActionTang Chen2015-12-281-52/+9
* Replace assertEqual(None, *) with assertIsNone(*)Xi Yang2015-12-251-1/+1
* Fix the bug of "openstack console log show"xiexs2015-11-091-0/+55
* fix the wrong order of assertEqual argswanghong2015-01-271-1/+1
* Fixed several typos throughout the codebaseAlex Gaynor2014-05-211-1/+1
* Move tests into project package.Monty Taylor2013-06-301-0/+104