summaryrefslogtreecommitdiff
path: root/tests/test_transcript.py
Commit message (Expand)AuthorAgeFilesLines
* Marked with_arparser_and_unknown_args deprecated and consolidatedEric Lin2020-08-041-2/+3
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-5/+6
* Add unit tests for Ctrl-C stopping scripts/transcriptsKevin Van Brunt2020-03-261-0/+9
* Updated set command to support tab completion of valuesKevin Van Brunt2020-02-041-2/+2
* No longer printing all help text for alias and macro when the subcommand is o...Kevin Van Brunt2019-09-171-2/+2
* Added verify_help_text() helper function for tests and removed BASE_HELP and ...Todd Leonhardt2019-06-151-4/+3
* Updated various documentation and tests to not use loadTodd Leonhardt2019-06-151-3/+3
* 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-121-18/+20
* Removed support for cmd.cmdqueueKevin Van Brunt2019-06-111-17/+15
* Added unit test for stopping during transcript generationKevin Van Brunt2019-06-101-0/+23
* Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
* Refactored how and when transcript file glob patterns are expanded in order t...Todd Leonhardt2019-06-061-1/+20
* Modified transcript testing so that the useless exception trackeback isn't pr...Todd Leonhardt2019-05-211-2/+2
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+28
* Now consistently use -t flag for transcript generation for both history and l...Todd Leonhardt2019-03-191-1/+1
* Updated CHANGELOGTodd Leonhardt2019-03-191-2/+2
* Merge branch 'master' into load_generate_transcriptTodd Leonhardt2019-03-181-2/+1
|\
| * First stage of attribute refactoringTodd Leonhardt2019-03-131-2/+1
* | Added a unit test for "load -r"Todd Leonhardt2019-03-181-1/+30
|/
* Clean up unused variableskotfu2019-03-091-2/+2
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-201-2/+3
* Fix Deprecation warnings for escape sequenceskotfu2018-12-061-5/+5
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-301-0/+1
* Merged master into transcript_fixes branch and resolved conflictsTodd Leonhardt2018-09-301-7/+9
|\
| * Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-7/+9
* | Add transcript test for commands with no outputkotfu2018-09-141-1/+6
|/
* Fixed a couple potential crashes on opening filesTodd Leonhardt2018-06-061-0/+26
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-1/+1
* Defer import of unittestkotfu2018-05-061-1/+2
* Refactor transcript from history implementation and testkotfu2018-05-041-10/+8
* Fix transcript generate to close #385kotfu2018-05-041-0/+1
* Fix #384, multiline commands now appear properly in transcriptskotfu2018-05-031-2/+1
* Unit test for history transcript generationkotfu2018-05-031-108/+31
* Moved some argparse tests from test_transcript.py to test_argparse.pykotfu2018-05-031-31/+0
* Fix commented out transcript testskotfu2018-05-031-4/+3
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-3/+3
|\
| * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-4/+4
* | multilineCommands -> multiline_commandskotfu2018-04-291-2/+2
* | Remove POSIX_SHLEX and STRIP_QUOTES_FOR_NON_POSIXkotfu2018-04-251-5/+0
|/
* Cleaned up __init__.pyTodd Leonhardt2018-04-171-5/+5
* Most of the unit tests fixed.kotfu2018-04-161-1/+1
* Basic structure for cmd2 as a packagekotfu2018-04-161-1/+1
* Revert "Basic structure for cmd2 as a package"kotfu2018-04-161-1/+1
* Basic structure for cmd2 as a packagekotfu2018-04-161-1/+1
* Finished removing all dependencies on the six moduleTodd Leonhardt2018-04-151-1/+0
* Started removing dependency on sixTodd Leonhardt2018-04-151-8/+3
* Removed unit test dependency on mockTodd Leonhardt2018-04-151-1/+1