summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.9.2 in preparation for releaseTodd Leonhardt2018-06-281-1/+1
* Deprecated CmdResult helper class and promoted CommandResultTodd Leonhardt2018-06-231-12/+13
* Moved clipboard/pastebuffer functionality to new file clipboard.pyTodd Leonhardt2018-06-181-5/+5
* Added .mypy_cache to .gitignoreTodd Leonhardt2018-06-101-1/+1
* Working on improving type hintingTodd Leonhardt2018-06-091-1/+1
* Going back to all parameterized bash completion tests disabled on TravisCITodd Leonhardt2018-06-091-27/+2
* 2nd try at selectively enabling parameterizedTodd Leonhardt2018-06-091-2/+2
* Trying to start including some but not all of the parameterized bash completi...Todd Leonhardt2018-06-091-3/+28
* Try adding one moreTodd Leonhardt2018-06-091-1/+1
* Try adding another testTodd Leonhardt2018-06-091-1/+1
* Get back to passing state with renamed variablesTodd Leonhardt2018-06-091-1/+1
* Renamed some variablesTodd Leonhardt2018-06-091-12/+12
* Enable another testTodd Leonhardt2018-06-091-1/+1
* Fixed logic of testTodd Leonhardt2018-06-091-1/+1
* Experimenting with enabling a simple CompletionFinder unit test on TravisCITodd Leonhardt2018-06-091-1/+1
* Fixed a couple potential crashes on opening filesTodd Leonhardt2018-06-062-0/+64
* Added a unit test to help better cover rl_utils.pyTodd Leonhardt2018-05-311-0/+9
* Merge branch 'master' into unit_testskotfu2018-05-311-1/+1
|\
| * Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-301-1/+1
* | Skip argcomplete-related tests on Windows since that module isn't available o...Todd Leonhardt2018-05-301-3/+3
* | Increase unit test coverage of argcomplete_bridge.pyTodd Leonhardt2018-05-301-0/+24
|/
* Update version to 0.9.1 for #4210.9.1kotfu2018-05-281-1/+1
* Update version to 0.9.0.1 for #421kotfu2018-05-281-1/+1
* Update version to 0.9.1rc1 to try and fix #421kotfu2018-05-281-1/+1
* Modify clipboard function referenceskotfu2018-05-231-4/+4
* Standardize cmd2 imports in tests and exampleskotfu2018-05-235-6/+5
* Merge branch 'master' into speedup_importkotfu2018-05-2327-356/+234
|\
| * reverting this test to see what happensEric Lin2018-05-191-25/+13
| * Added new command to test validation.Eric Lin2018-05-191-1/+1
| * Changed some unit tests to use pytest-mock instead of mocker/monkeypatch beca...Eric Lin2018-05-191-13/+25
| * Merge remote-tracking branch 'origin/master' into autocompleterEric Lin2018-05-1921-9/+60
| |\
| | * Merge branch 'master' into pyscriptTodd Leonhardt2018-05-171-2/+36
| | |\
| | * | Suppresses stdout and stderr output by default when calling an application co...Eric Lin2018-05-1721-9/+60
| * | | Some fixes to autocompleter to make it easier to do delimited and file comple...Eric Lin2018-05-182-5/+5
| | |/ | |/|
| * | Fix bug in sequential terminator logickotfu2018-05-171-2/+2
| * | Add unit tests to check for multiple terminatorskotfu2018-05-161-2/+36
| |/
| * Remove cmd2.Cmd.redirector for #381kotfu2018-05-102-9/+10
| * Extract submenu code to new projectkotfu2018-05-092-302/+0
| * Make alias checking and command parsing use the same regexkotfu2018-05-072-1/+26
| * Add unit tests to ensure multiple terminator chars workskotfu2018-05-061-16/+26
| * Rename unit testkotfu2018-05-061-1/+1
| * Add more unit testskotfu2018-05-061-5/+14
| * Fix pylint warningskotfu2018-05-061-2/+2
| * Merge branch 'master' into ignore_identcharskotfu2018-05-062-5/+27
| |\
| * | Don’t allow wierd characters in alias nameskotfu2018-05-061-0/+11
| * | Oops, fixed an oversight that broke the buildkotfu2018-05-061-2/+2
| * | Fix alias expansion when not followed by whitespacekotfu2018-05-061-19/+66
| * | Remove unit test for identchars in aliaseskotfu2018-05-051-6/+0
* | | Move more code from cmd2.py into utils.pykotfu2018-05-061-29/+26
* | | Extract AddSubmenu() into it’s own modulekotfu2018-05-062-5/+7