summaryrefslogtreecommitdiff
path: root/tests/test_transcript.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deleted optparse code which had been previously deprecated in 0.8.0 releaseTodd Leonhardt2018-04-091-60/+30
* More unit test fixesKevin Van Brunt2018-03-161-2/+2
* Removed abbrev attributeKevin Van Brunt2018-03-021-2/+1
* Remove do_save() and do_run() for #252kotfu2018-01-161-3/+3
* cmdenvironment command has been removed and its functionality now exists as a...Todd 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-6/+2
* Made a couple cleanup changesTodd Leonhardt2018-01-151-3/+4
* Fix test_transcript.py in python 3.7kotfu2018-01-061-12/+17
* Fix a bug if there is only one slashJared Crapo2017-08-221-3/+7
* Add comments to all regex test filesJared Crapo2017-08-221-1/+0
* Updates to CmdLineApp()Jared Crapo2017-08-211-5/+5
* regex implementation complete. Still a few bugs.Jared Crapo2017-08-211-12/+38
* Checkpoint. Many tests working, multiline seems brokenJared Crapo2017-08-211-4/+9
* Simple but working version of new regex transcriptJared Crapo2017-08-211-1/+21
* Add lots more transcript testsJared Crapo2017-08-201-2/+12
* parametrize transcript testsJared Crapo2017-08-201-56/+8
* rename transcript filesJared Crapo2017-08-201-4/+4
* Move transcripts into their own directoryJared Crapo2017-08-201-3/+3
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-1/+1
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-0/+1
* Removed pause commandTodd Leonhardt2017-07-031-3/+2
* Fixed bugs, removed dead code, and added unit testsTodd Leonhardt2017-07-021-1/+2
* Added more unit tests for the cmd2.Cmd.select() methodTodd Leonhardt2017-07-011-28/+0
* Refactored to replace custom StubbornDict with collections.OrderedDictTodd Leonhardt2017-06-291-5/+7
* Various fixes and improvementsTodd Leonhardt2017-06-251-3/+6
* Changed default value for USE_ARG_LIST global to TrueTodd Leonhardt2017-06-141-1/+2
* Added new pyscript commandTodd Leonhardt2017-06-131-2/+3
* Fixes a bug which caused transcript failures to display twiceTodd Leonhardt2017-06-131-3/+3
* Removed redundant list commandTodd Leonhardt2017-06-031-3/+2
* Added "exclude_from_help" list as a cmd2.Cmd public attributeTodd Leonhardt2017-06-011-2/+3
* Fixed transcript testing issuesTodd Leonhardt2017-04-261-0/+1
* Added example of using a regular expression in a transcript test.Todd Leonhardt2017-03-161-0/+26
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-0/+1
* Fixed a typo and added a unit test.Todd Leonhardt2017-02-101-0/+7
* Experiment with different modes of parsing command-line arguments for option ...Todd Leonhardt2017-02-061-1/+1
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-051-7/+2
* Use older form of invoking super class ctor for Py2/3 compatibility.Todd Leonhardt2017-02-051-1/+2
* Fixed flaw in unit tests so they can be reliably parallelized.Todd Leonhardt2017-02-051-9/+6
* Added a couple more unit tests.Todd Leonhardt2017-02-051-0/+26
* Added unit test for doing transcript testing within the cmdloop.Todd Leonhardt2017-02-051-2/+31
* Added unit test for the interactive form of do_py().Todd Leonhardt2017-02-051-1/+1
* Fixed how the six.moves.input function is imported and used.Todd Leonhardt2017-02-051-2/+31
* Added unit test for passing command line arguments at invocationTodd Leonhardt2017-02-041-0/+12
* Added more and better unit tests for load and save commandsTodd Leonhardt2017-02-041-10/+11
* Added another unit test and a test fixture associated with it.Todd Leonhardt2017-02-031-2/+25