summaryrefslogtreecommitdiff
path: root/tests/transcripts/failure.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactor exit_code implementationTodd Leonhardt2019-05-201-0/+4
cmd2.Cmd.cmdloop() now returns self.exit_code which should be an integer Also: - Refactored examples to call sys.exit(app.cmdloop()) in their __main__ - Running transcript tests now sets the exit_code accordingly based on success/failure - Updated CHANGELOG - Updated README - Updated Sphinx docs - Added unit test for case when transcript test fails