summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Refactored how and when transcript file glob patterns are expanded in order t...Todd Leonhardt2019-06-061-1/+20
* | Merge branch 'master' into script_refactorKevin Van Brunt2019-06-062-126/+346
|\ \ | |/
| * Changed wrapping point of history's help text to match all other help text in...Kevin Van Brunt2019-06-051-1/+2
| * Add the -a/--all flag to the history command for showing all commands includi...Todd Leonhardt2019-05-272-4/+77
| * Improve unit test coverage for historykotfu2019-05-251-65/+128
| * Refactored implementation of HistoryItem.__str__ and added an explicit Histor...Todd Leonhardt2019-05-251-6/+15
| * Manually check whether persistent_history_file is a directorykotfu2019-05-251-12/+5
| * Another try to fix the appveyor on windows permission issuekotfu2019-05-251-10/+12
| * Try and fix an Appveyor permission problemkotfu2019-05-251-1/+6
| * Resolve PR feedbackkotfu2019-05-251-8/+5
| * Populate readline history from unpickled historykotfu2019-05-241-40/+28
| * Refactor HistoryItem to not subclass strkotfu2019-05-241-30/+91
| * Cleanup some history testskotfu2019-05-241-7/+3
| * Initializing history now detects plaintext or pickle formatkotfu2019-05-241-8/+40
* | Removed _STOP_AND_EXIT cmd2 class member since it was meant to be a boolean c...Kevin Van Brunt2019-06-041-1/+2
* | Running commands from history stops if a command returns True for its stop va...Kevin Van Brunt2019-05-241-1/+0
* | 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
|/
* Modified transcript testing so that the useless exception trackeback isn't pr...Todd Leonhardt2019-05-211-2/+2
* Refactor exit_code implementationTodd Leonhardt2019-05-203-5/+34
* Added unit testsKevin Van Brunt2019-05-151-17/+39
* Increased code coverage of _complete_worker() to 100%Kevin Van Brunt2019-05-131-2/+43
* Added unit testsKevin Van Brunt2019-05-131-0/+28
* Added unit testKevin Van Brunt2019-05-131-0/+15
* Added unit testsKevin Van Brunt2019-05-131-1/+99
* Removed unused codeKevin Van Brunt2019-05-131-1/+0
* Fixed parsing issue in case where output redirection (e.g. > file) appears be...Kevin Van Brunt2019-05-131-4/+8
* Added capability to redirect pipe commands and chain them togetherKevin Van Brunt2019-05-072-18/+17
* Merged master and resolved conflicts in CHANGELOGTodd Leonhardt2019-05-072-4/+33
|\
| * Improved code coverageKevin Van Brunt2019-05-071-4/+15
| * Merge branch 'master' into completion_exceptionsKevin Van Brunt2019-05-062-8/+8
| |\
| * \ Merge branch 'master' into completion_exceptionsKevin Van Brunt2019-05-061-1/+0
| |\ \
| * | | Exceptions occurring in tab completion functions are now printed to stderr be...Kevin Van Brunt2019-05-061-0/+18
* | | | Merge branch 'master' into macro_refactorKevin Van Brunt2019-05-062-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into argparse_errorKevin Van Brunt2019-05-061-1/+0
| |\ \ \ | | | |/ | | |/|
| * | | ACArgumentParser no longer prints complete help text when a parsing error occursKevin Van Brunt2019-05-062-8/+8
| | |/ | |/|
* | | Merge branch 'master' into macro_refactorKevin Van Brunt2019-05-061-1/+0
|\ \ \ | | |/ | |/|
| * | Fixed issue where the wrong terminator was being appended by Statement.expand...Kevin Van Brunt2019-05-061-1/+0
| |/
* | 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
|/
* Added unit testKevin Van Brunt2019-04-251-11/+20
* Updated commentKevin Van Brunt2019-04-241-2/+8
* Added unit test for stdout capture in pyscriptKevin Van Brunt2019-04-233-2/+39
* Pyscript now saves command output during the same period that redirection doesKevin Van Brunt2019-04-101-3/+2
* Added unit test for path completion in root directoryKevin Van Brunt2019-04-051-0/+19
* Attempt to fix unit testsTodd Leonhardt2019-04-021-0/+3
* Added some unit tests for ProcReader and ContextFlag utility classesTodd Leonhardt2019-04-021-0/+51
* Added unit testKevin Van Brunt2019-03-271-0/+9