summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Modified a transcript used during testing to not run help so that it doesn't ...Todd Leonhardt2019-06-151-15/+6
* Added verify_help_text() helper function for tests and removed BASE_HELP and ...Todd Leonhardt2019-06-153-138/+59
* Updated CHANGELOG and made some more methods protectedTodd Leonhardt2019-06-151-3/+3
* Made more methods protectedTodd Leonhardt2019-06-151-3/+3
* Began work to minimize public APITodd Leonhardt2019-06-154-65/+65
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-152-4/+4
* Fix unit test failures I introduced in last commitTodd Leonhardt2019-06-152-2/+2
* Added unit testsKevin Van Brunt2019-06-152-12/+16
* Updated unit testsKevin Van Brunt2019-06-152-36/+43
* Renamed fileKevin Van Brunt2019-06-151-0/+0
* Updated unit testsKevin Van Brunt2019-06-151-4/+4
* Fixed unit testsKevin Van Brunt2019-06-154-11/+11
* Fixed unit testKevin Van Brunt2019-06-151-2/+3
* Fixing unit testsKevin Van Brunt2019-06-154-57/+35
* Fixed unit testsKevin Van Brunt2019-06-152-22/+25
* Fixing unit testsKevin Van Brunt2019-06-152-6/+8
* Merge branch 'master' into deprecate_34Todd Leonhardt2019-06-143-0/+69
|\
| * Added a unit test for HistoryItem.pr() in the case of non-verbose, non-expand...Todd Leonhardt2019-06-141-0/+12
| * Merge branch 'master' into history_fixesKevin Van Brunt2019-06-1412-189/+248
| |\
| * | Added unit test for _input_line_to_statementKevin Van Brunt2019-06-141-0/+14
| * | Fix history display issuesTodd Leonhardt2019-06-132-0/+43
* | | Deprecate support for Python 3.4 and begin testing with Python 3.8 betaTodd Leonhardt2019-06-141-6/+1
| |/ |/|
* | Updated unit testKevin Van Brunt2019-06-121-4/+3
* | Transcript generation no longer terminates _cmdloop() when a command returns ...Kevin Van Brunt2019-06-121-4/+3
* | Fixed unit testsKevin Van Brunt2019-06-123-74/+93
* | Removed support for cmd.cmdqueueKevin Van Brunt2019-06-113-40/+41
* | Added unit test for stopping during transcript generationKevin Van Brunt2019-06-101-0/+23
* | Added unit testKevin Van Brunt2019-06-102-0/+23
* | Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-079-27/+0
* | Removed self._should_quit from cmd2 and add logic to PyscriptBridge to return...Kevin Van Brunt2019-06-071-1/+0
* | 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