summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into plugin_functionskotfu2018-06-193-14/+78
|\ \ | |/
| * 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
* | Merge branch 'master' into plugin_functionskotfu2018-06-041-0/+9
|\ \ | |/
| * Added a unit test to help better cover rl_utils.pyTodd Leonhardt2018-05-311-0/+9
* | add comment headers to better organize codekotfu2018-06-031-0/+11
* | preloop and postloop hooks must declare None return typekotfu2018-06-031-16/+16
* | More assertions to check for string value of statementkotfu2018-06-031-16/+79
* | Preloop and postloop hooks now validate signaturekotfu2018-06-031-0/+28
* | Precommand hooks now check typing of passed callableskotfu2018-06-031-2/+57
* | Begin converting precmd to passing and returning a data objectkotfu2018-06-031-2/+3
* | Merge branch 'master' into plugin_functionskotfu2018-05-311-1/+25
|\ \ | |/
| * Merge branch 'master' into unit_testskotfu2018-05-311-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
* | | Tests for precmd hookskotfu2018-05-311-41/+184
* | | Merge branch 'master' into plugin_functionskotfu2018-05-311-1/+1
|\ \ \ | | |/ | |/|
| * | Bumped version to 0.9.2a for twine upload testing on test.pypi.orgTodd Leonhardt2018-05-301-1/+1
| |/
* | Merge branch 'master' into plugin_functionskotfu2018-05-281-1/+1
|\ \ | |/
| * 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
* | implement precommand and postcommand hookskotfu2018-05-271-7/+13
* | Add preloop and postloop hook capabilitieskotfu2018-05-261-0/+48
* | Document and test postparsing hookskotfu2018-05-261-0/+179
|/
* 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