summaryrefslogtreecommitdiff
path: root/tests/transcripts
Commit message (Expand)AuthorAgeFilesLines
* Added always_show_hint settingKevin Van Brunt2020-09-051-0/+1
* Updated set command to support tab completion of valuesKevin Van Brunt2020-02-041-2/+2
* Made three public attributes of cmd2.Cmd no longer settable at runtime by end...Todd Leonhardt2020-01-272-6/+3
* Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-1/+1
* Make max_completion_items settableKevin Van Brunt2019-07-151-0/+1
* Renamed colors setting to allow_ansiKevin Van Brunt2019-06-261-1/+1
* Modified a transcript used during testing to not run help so that it doesn't ...Todd Leonhardt2019-06-151-15/+6
* Fixed unit testKevin Van Brunt2019-06-151-2/+3
* Running commands from history stops if a command returns True for its stop va...Kevin Van Brunt2019-05-241-1/+0
* Refactor exit_code implementationTodd Leonhardt2019-05-201-0/+4
* First version of adding an expanded option to history itemsKevin Van Brunt2018-12-031-12/+6
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-302-1/+8
* Merged master into transcript_fixes branch and resolved conflictsTodd Leonhardt2018-09-302-4/+4
|\
| * Merge branch 'master' into macroKevin Van Brunt2018-09-261-2/+2
| |\
| | * First pass at improved colorizingkotfu2018-08-111-2/+2
| * | Fixed unit testsKevin Van Brunt2018-09-251-2/+2
| |/
* | Add transcript test for commands with no outputkotfu2018-09-142-2/+9
|/
* Refactor transcript from history implementation and testkotfu2018-05-041-20/+0
* Fix transcript generate to close #385kotfu2018-05-041-0/+2
* Fix #384, multiline commands now appear properly in transcriptskotfu2018-05-031-4/+4
* Unit test for history transcript generationkotfu2018-05-031-0/+18
* Fix commented out transcript testskotfu2018-05-031-1/+0
* Restored legacy cmd/self access when locals_in_py is True. Changed default to...Eric Lin2018-05-021-1/+1
* Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-7/+8
* Pushed fix for test_transcriptTodd Leonhardt2018-03-161-2/+2
* Removed abbrev attributeKevin Van Brunt2018-03-021-1/+0
* do_edit() no longer edits history, just files #252kotfu2018-01-161-1/+0
* Remove do_save() and do_run() for #252kotfu2018-01-161-4/+4
* cmdenvironment command has been removed and its functionality now exists as a...Todd Leonhardt2018-01-151-2/+2
* Fixed the test_transcript unit test when run with the from_cmdloop.txt inputTodd Leonhardt2018-01-151-2/+2
* show command has been removedTodd Leonhardt2018-01-151-2/+2
* __relative_load command is now hidden from help menu by defaultTodd Leonhardt2018-01-151-3/+2
* Add comments to all regex test filesJared Crapo2017-08-2214-9/+34
* regex implementation complete. Still a few bugs.Jared Crapo2017-08-219-19/+17
* Tweaks to some of the transcript regex testsJared Crapo2017-08-212-0/+7
* Add lots more transcript testsJared Crapo2017-08-2011-0/+26
* rename transcript filesJared Crapo2017-08-203-0/+0
* Move transcripts into their own directoryJared Crapo2017-08-203-0/+84