summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Defer import of unittestkotfu2018-05-061-1/+2
| |/ |/|
* | Refactor parseline() for #380kotfu2018-05-051-0/+18
* | Merge branch 'master' into refactor_parselinekotfu2018-05-051-6/+6
|\ \ | |/
| * Rename some test functions to fix #388kotfu2018-05-051-6/+6
* | Refactor self.complete() for #380kotfu2018-05-051-20/+24
|/
* Merge branch 'master' into transcript_testsTodd Leonhardt2018-05-041-0/+232
|\
| * Skip a couple tests on macOS which were problematic on my computerTodd Leonhardt2018-05-041-2/+4
| * OK, giving up. Disabling bash completion test on travis.Eric Lin2018-05-041-4/+3
| * stupid typo. One more try.Eric Lin2018-05-041-1/+1
| * Another attempt at getting it working on travis.Eric Lin2018-05-041-9/+10
| * Maybe this will do the trick.Eric Lin2018-05-041-2/+23
| * Added argcomplete to unit test environment. Added exclusion for WindowsEric Lin2018-05-041-2/+5
| * Adds some semblance of testing for bash completion. Tests the completion logi...Eric Lin2018-05-041-0/+206
* | Refactor transcript from history implementation and testkotfu2018-05-042-30/+8
* | Fix transcript generate to close #385kotfu2018-05-042-0/+3
* | Fix #384, multiline commands now appear properly in transcriptskotfu2018-05-032-6/+5
* | Unit test for history transcript generationkotfu2018-05-032-108/+49
* | Moved some argparse tests from test_transcript.py to test_argparse.pykotfu2018-05-032-31/+13
* | Fix commented out transcript testskotfu2018-05-032-5/+3
|/
* Added newline at end of fileTodd Leonhardt2018-05-031-1/+1
* Added unit test to partially cover cmd2.cmd2.Cmd.ppaged()Todd Leonhardt2018-05-031-0/+8
* Merge branch 'ply' of https://github.com/python-cmd2/cmd2 into plykotfu2018-05-0226-26/+263
|\
| * Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-0226-26/+263
| |\
| | * Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-027-28/+26
| | |\
| | | * Merge remote-tracking branch 'origin/master' into bash_completionEric Lin2018-04-271-5/+6
| | | |\