summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed os.system in favor of do_shellKevin Van Brunt2019-02-211-19/+17
* Changed examples to reflect that settable doesn't need to be updated before c...Kevin Van Brunt2019-02-201-2/+3
* Added unit testKevin Van Brunt2019-02-201-0/+3
* Increased code coverageKevin Van Brunt2019-01-241-1/+1
* Fixed typos in commentsTodd Leonhardt2018-12-131-2/+2
* Fixed bug in cmd2.Cmd.select() when user enters 0 or negative numberTodd Leonhardt2018-12-131-1/+25
* Fix Deprecation warnings for escape sequenceskotfu2018-12-061-5/+5
* Change deprecated mock to mockerkotfu2018-12-061-6/+6
* Removed ERROR: text from perror outputKevin Van Brunt2018-12-062-27/+20
* Fix flake8 issuesTodd Leonhardt2018-12-0633-3/+33
* Made it so default_to_shell results in do_shell being called so that output c...Kevin Van Brunt2018-11-302-35/+12
* Renamed display_width to ansi_safe_wcswidthKevin Van Brunt2018-11-161-2/+2
* Added wrapper for wcswidth that removes ansi escape charactersKevin Van Brunt2018-11-151-0/+5
* Strip color codes when redirecting w/ ppaged()Ethan McCreadie2018-11-011-0/+18
* Added more code coverage of shell_cmd_completeKevin Van Brunt2018-10-261-0/+15
* Added more coverage for path_completeKevin Van Brunt2018-10-261-3/+24
* Refactored filtering in path_complete to use a functionKevin Van Brunt2018-10-261-1/+1
* Deleted Cmd.colorize() method and Cmd._colorcodes dictionary which were depre...Todd Leonhardt2018-10-181-10/+0
* You can now call a macro with extra argumentsKevin Van Brunt2018-10-121-11/+20
* Fixed ArgparseFunctor to allow flag looking tokens in REMAINDER sectionsKevin Van Brunt2018-10-101-2/+3
* Fixed issue where flag at beginning of REMAINDER section was tab completingKevin Van Brunt2018-10-101-8/+23
* Added code to handle -- in argparse completerKevin Van Brunt2018-10-103-34/+57
* Increasing code coverageKevin Van Brunt2018-10-091-0/+24
* Added unit testsKevin Van Brunt2018-10-091-1/+18
* Added additional unit test for StdSimTodd Leonhardt2018-10-091-0/+12
* Added tests for token_resembles_flagKevin Van Brunt2018-10-091-1/+16
* Fixed unit test failures and addressed code review commentsTodd Leonhardt2018-10-061-1/+1
* No longer using stderr and self.data together to determine truthiness of a Co...Kevin Van Brunt2018-10-051-1/+15
* Using sub-command instead of subcommand where possible to be consistent with ...Kevin Van Brunt2018-10-053-28/+28
* Added unit tests for new methods of StdSimTodd Leonhardt2018-10-031-0/+10
* Added unit test for valid case of calling is_valid_command()Todd Leonhardt2018-10-031-6/+12
* Added unit test for is_valid_commandKevin Van Brunt2018-10-031-0/+26
* Merge branch 'master' into py_enhancementsTodd Leonhardt2018-10-031-1/+7
|\
| * Added unit test for categorized command without a docstringKevin Van Brunt2018-10-031-1/+7
* | Returned cmd_echo default to False except when running a Python command at th...Kevin Van Brunt2018-10-0218-0/+18
* | Don't worry about unquoting alias and macro names as they shouldn't be entere...Kevin Van Brunt2018-10-021-32/+0
* | Default cmd_echo to True in PyscriptBridge so things like 'py app.help()' wil...Kevin Van Brunt2018-10-0218-18/+0
|/
* Remove self from pystate if locals_in_py is FalseKevin Van Brunt2018-10-011-1/+18
* Preserving quotes for do_py inputKevin Van Brunt2018-10-011-0/+5
* Fixed transcript testing bug where last command in transcript has no expected...Todd Leonhardt2018-09-303-1/+9
* Merged master into transcript_fixes branch and resolved conflictsTodd Leonhardt2018-09-3014-295/+968
|\
| * Added more code coverage with unit testsKevin Van Brunt2018-09-281-0/+17
| * Added unit test for onchange_hookKevin Van Brunt2018-09-281-0/+24
| * Added more code coverageKevin Van Brunt2018-09-281-0/+9
| * Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-282-7/+6
| |\
| | * Addressing code review commentsKevin Van Brunt2018-09-282-7/+6
| * | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-273-7/+22
| |\ \ | | |/
| | * Made _func_named() more reliableKevin Van Brunt2018-09-272-4/+19
| | * Addressing code review commentsKevin Van Brunt2018-09-271-3/+3
| * | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-272-0/+116
| |\ \ | | |/