summaryrefslogtreecommitdiff
path: root/cmd2/transcript.py
Commit message (Expand)AuthorAgeFilesLines
* Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-4/+4
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-5/+5
* Updated CHANGELOG and slightly refactored/reorganized comments and code in tr...Todd Leonhardt2019-06-161-15/+15
* Made comment more accurateKevin Van Brunt2019-06-071-1/+1
* Refactored how and when transcript file glob patterns are expanded in order t...Todd Leonhardt2019-06-061-8/+4
* Transcript testing now properly handles commands which signal the application...Todd Leonhardt2019-06-061-3/+9
* Refactor exit_code implementationTodd Leonhardt2019-05-201-0/+1
* Fix flake8 issuesTodd Leonhardt2018-12-061-7/+8
* Refactored filtering in path_complete to use a functionKevin Van Brunt2018-10-261-1/+1
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-301-1/+4
* Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-22/+1
* This just fixes a couple minor lint warnings related to raw strings and escapesTodd Leonhardt2018-09-131-1/+1
* Working on improving type hintingTodd Leonhardt2018-06-091-10/+8
* Make changes requested in PR #413kotfu2018-05-241-7/+22
* Defer import of unittestkotfu2018-05-061-0/+213