summaryrefslogtreecommitdiff
path: root/cliff/tests/test_complete.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockwu.chunyang2020-05-271-1/+1
* covert test suite to use testrepository2.7.0Doug Hellmann2017-04-231-137/+135
* Add Apache 2.0 license to source fileCao Xuan Hoang2016-10-101-0/+12
* Clean imports in codeCao Xuan Hoang2016-09-201-4/+4
* Support multiple sub commands in completionThomas Herve2016-05-161-0/+20
* Replace dashes with underscores in bash completionMaciej Kwiek2015-12-101-0/+11
* 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