summaryrefslogtreecommitdiff
path: root/cliff/tests/test_app.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid ASCII encoding errors when output is redirectedJohn Dennis2016-08-311-0/+83
* Merge "Drop Python 2.6 support"Jenkins2016-02-171-142/+0
|\
| * Drop Python 2.6 supportChangBo Guo(gcb)2016-02-111-142/+0
* | Merge "Revert "app,command: disallow abbrev by default""1.17.0Jenkins2016-02-111-1/+2
|\ \ | |/ |/|
| * Revert "app,command: disallow abbrev by default"Dean Troyer2016-02-111-1/+2
* | Merge "Make verbose and quiet mutually exclusive"Jenkins2016-01-131-0/+16
|\ \ | |/ |/|
| * Make verbose and quiet mutually exclusiveTerryHowe2016-01-011-0/+16
* | app,command: disallow abbrev by defaultJulien Danjou2016-01-111-2/+1
* | app: work-around abbrevJulien Danjou2016-01-111-0/+36
|/
* fix fuzzy search for same-distance caseBrano Zarnovican2015-11-121-0/+40
* Improve help messagesAndreas Jaeger2015-08-071-2/+2
* Merge "Add command fuzzy matching"Jenkins2015-07-241-2/+18
|\
| * Add command fuzzy matchingkafka2015-07-241-2/+18
* | Allow subcommands to accept --help when using 'deferred_help'.Sean Perry2015-07-141-0/+20
|/
* Merge "Allow to call initialize_app when running --help"1.10.0Jenkins2015-02-261-1/+25
|\
| * Allow to call initialize_app when running --helpCedric Brandily2015-02-241-1/+25
* | Fix pep8 tests for lambdaTerryHowe2015-02-201-5/+6
|/
* mock.assert_called_once() is not a valid methodMichael Davies2014-09-051-1/+1
* Fix wrong method name assert_called_onceChangBo Guo(gcb)2014-05-171-5/+5
* Re-raise Exception on debug modeChristophe CHAUVET2013-08-291-0/+8
* Add test to check if return code is 2 on unknown commandChristophe CHAUVET2013-08-281-0/+5
* Provide a default output encodingDoug Hellmann2013-08-161-0/+27
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-121-2/+122
* move tests into cliff packageDoug Hellmann2013-07-261-0/+229