summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
Commit message (Expand)AuthorAgeFilesLines
* Fixing unit testsKevin Van Brunt2019-06-151-2/+2
* Merge branch 'master' into history_fixesKevin Van Brunt2019-06-141-129/+130
|\
| * Fixed unit testsKevin Van Brunt2019-06-121-44/+41
| * Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-15/+18
| * Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
| * Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...Kevin Van Brunt2019-06-071-1/+0
| * Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...Kevin Van Brunt2019-06-041-1/+2
| * Removed most return statements from finally blocks to avoid hiding exceptionsKevin Van Brunt2019-05-241-5/+10
| * Change load to run scripts immediately instead of queueing commandsKevin Van Brunt2019-05-231-66/+65
* | Added unit test for _input_line_to_statementKevin Van Brunt2019-06-141-0/+14
|/
* Refactor exit_code implementationTodd Leonhardt2019-05-201-4/+2
* Added unit testKevin Van Brunt2019-05-131-0/+15
* Removed unused codeKevin Van Brunt2019-05-131-1/+0
* Added capability to redirect pipe commands and chain them togetherKevin Van Brunt2019-05-071-1/+1
* Merge branch 'master' into macro_refactorKevin Van Brunt2019-05-061-7/+7
|\
| * ACArgumentParser no longer prints complete help text when a parsing error occursKevin Van Brunt2019-05-061-7/+7
* | Updated unit testKevin Van Brunt2019-05-051-6/+6
* | Broke _complete_statement into 2 functions.Kevin Van Brunt2019-05-051-0/+5
* | Macros can now share their name with a commandKevin Van Brunt2019-05-021-5/+0
* | Macro resolution now occurs during parsingKevin Van Brunt2019-05-021-1/+1
|/
* Pyscript now saves command output during the same period that redirection doesKevin Van Brunt2019-04-101-3/+2
* Added unit testKevin Van Brunt2019-03-271-0/+9
* Fixed unit test on WindowsKevin Van Brunt2019-03-201-1/+1
* Made run_cmd return out and errKevin Van Brunt2019-03-201-352/+293
* Printing an error instead of raising and exception if setting a variable that...Kevin Van Brunt2019-03-201-23/+15
* Not running command if redirection failsKevin Van Brunt2019-03-201-19/+8
* Only capturing Popen output when stdout is a StdSim objectKevin Van Brunt2019-03-201-0/+1
* Merge branch 'master' into attributesTodd Leonhardt2019-03-161-6/+7
|\
| * Help command now writes to stderr when there is no help informationKevin Van Brunt2019-03-141-6/+7
* | Merge branch 'master' into attributesTodd Leonhardt2019-03-141-12/+25
|\ \ | |/
| * Added ability to place the command name in a disabled command message. This i...Kevin Van Brunt2019-03-131-0/+8
| * Writing to stderr in default() and _report_disabled_command_usage() to make i...Kevin Van Brunt2019-03-131-12/+17
* | First stage of attribute refactoringTodd Leonhardt2019-03-131-5/+4
|/
* Added function to report that a disabled command has been run.Kevin Van Brunt2019-03-101-0/+8
* Increased code coverageKevin Van Brunt2019-03-101-0/+8
* Added unit tests for disabling commandsKevin Van Brunt2019-03-091-0/+89
* Merged master into history and resolved conflictsTodd Leonhardt2019-03-041-2/+24
|\
| * Added unit testsKevin Van Brunt2019-03-011-0/+22
| * Removed support for c-style and embedded commentsKevin Van Brunt2019-03-011-2/+2
* | Merged master into history branch and fixed merge conflictsTodd Leonhardt2019-02-261-16/+14
|\ \ | |/
| * Fixed unit test that was hanging on WindowsKevin Van Brunt2019-02-221-4/+8
| * Removed os.system in favor of do_shellKevin Van Brunt2019-02-211-19/+17
* | Merge branch 'master' into historyKevin Van Brunt2019-02-201-0/+3
|\ \ | |/
| * Added unit testKevin Van Brunt2019-02-201-0/+3
* | Move the rest of the history tests into test_history.pykotfu2019-02-091-108/+1
* | Extract history classes and test into their own fileskotfu2019-02-091-190/+0
* | Merge branch 'master' into historyKevin Van Brunt2019-01-081-2/+26
|\ \ | |/
| * Fixed typos in commentsTodd Leonhardt2018-12-131-2/+2
| * Fixed bug in cmd2.Cmd.select() when user enters 0 or negative numberTodd Leonhardt2018-12-131-1/+25
* | Merge branch 'master' into historyKevin Van Brunt2018-12-061-26/+19
|\ \ | |/