summaryrefslogtreecommitdiff
path: root/tests/test_completion.py
Commit message (Expand)AuthorAgeFilesLines
* Added support for case-insensitive tab-completion of cmd2 command namesTodd Leonhardt2017-07-131-0/+22
* Avoid conflict the `eg` tool from go-toolsFelix Yan2017-07-101-1/+1
* Fix a bug in a unit test which can happen in atypical circumstancesTodd Leonhardt2017-07-051-1/+1
* Don't run an assert on Windows since it is failing on AppVeyorTodd Leonhardt2017-07-011-2/+6
* Attempt at fixing failing Windows unit testTodd Leonhardt2017-07-011-2/+8
* Added some more tests for path completion and shell command completionTodd Leonhardt2017-07-011-30/+130
* Multiple changesTodd Leonhardt2017-06-281-1/+1
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-1/+1
* Added pyscript unit test and attempt to fix a path completion test on WindowsTodd Leonhardt2017-06-241-1/+29
* Added some path completion unit testsTodd Leonhardt2017-06-241-1/+69
* Trying to fix shell command completion unit tests on Windows.Todd Leonhardt2017-06-151-10/+10
* Added some tests for command completion, help completion, and shell command c...Todd Leonhardt2017-06-151-0/+97