summaryrefslogtreecommitdiff
path: root/cliff/tests/test_app.py
Commit message (Expand)AuthorAgeFilesLines
* Removing brackets around tested conditionalJiri Podivin2022-08-041-1/+1
* Handle SIGPIPE exit gracefullyZane Bitter2021-06-071-0/+39
* Remove unicode from codexuanyandong2021-01-281-1/+1
* Remove sixxuanyandong2020-10-291-130/+32
* Exit gracefully on Ctrl-CZane Bitter2020-09-091-0/+40
* Use unittest.mock instead of third party mockwu.chunyang2020-05-271-1/+1
* Add an errexit attribute to InteractiveApp to exit on command errorsDean Troyer2019-05-041-11/+26
* Merge "Fix codec error when format=csv"Zuul2017-12-041-0/+50
|\
| * Fix codec error when format=csvJohn Dennis2017-10-021-0/+50
* | Use assertIsNone(...) instead of assertIs(None,...)lingyongxu2017-07-181-2/+2
|/
* covert test suite to use testrepository2.7.0Doug Hellmann2017-04-231-413/+415
* Add Apache 2.0 license to source fileCao Xuan Hoang2016-10-101-0/+13
* Clean imports in codeCao Xuan Hoang2016-09-201-53/+55
* Avoid ASCII encoding errors when output is redirected2.2.0John Dennis2016-08-051-0/+83
* Sync help message for --helpKATO Tomoyuki2016-02-271-1/+1
* 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