summaryrefslogtreecommitdiff
path: root/cliff/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Expose load_commands publicly"Jenkins2014-06-163-59/+49
|\
| * Expose load_commands publiclyJamie Lennox2014-05-233-59/+49
* | Merge "Fix wrong method name assert_called_once"Jenkins2014-06-141-5/+5
|\ \
| * | Fix wrong method name assert_called_onceChangBo Guo(gcb)2014-05-171-5/+5
| |/
* | Make show option compatible with Python 2.6.Feodor Tersin2014-06-061-16/+20
|/
* Fix a bug in ShellFormatter's escaping of double quotes in strings.Ryan Petrello2014-04-031-1/+15
* Add value only output formattterTerry Howe2014-03-171-0/+15
* Escape double quotes in shell formatterClint Byrum2014-02-031-4/+4
* Add unit test for shell formatterClint Byrum2014-02-031-0/+20
* Rename private attribute to avoid conflictDoug Hellmann2014-01-281-1/+1
* Make the formatters a private part of the commandDoug Hellmann2014-01-031-7/+1
* Use stevedore to load formatter pluginsDoug Hellmann2013-11-121-2/+5
* use entry points for completion pluginsDoug Hellmann2013-11-121-0/+1
* code style fixesTerry Howe2013-10-311-14/+16
* various python code optimizations; shuffle I/O to shell classesTerry Howe2013-10-301-84/+72
* add bash completeTerry Howe2013-10-251-0/+139
* 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-122-2/+122
* move tests into cliff packageDoug Hellmann2013-07-266-0/+594