summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-281-3/+2
|\
| * Addressing code review commentsKevin Van Brunt2018-09-281-3/+2
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-271-3/+1
|\ \ | |/
| * Made _func_named() more reliableKevin Van Brunt2018-09-271-3/+1
* | Converted help to argparseKevin Van Brunt2018-09-261-1/+1
* | Tweaked help textKevin Van Brunt2018-09-261-5/+5
* | Merge branch 'macro' into argparse_conversionKevin Van Brunt2018-09-261-13/+5
|\ \ | |/
| * Merge branch 'master' into macroKevin Van Brunt2018-09-261-12/+4
| |\
| | * Merged master in to colorize and resolved conflictsTodd Leonhardt2018-09-241-22/+4
| | |\
| | * \ Merge branch 'master' into colorizeTodd Leonhardt2018-09-211-6/+7
| | |\ \
| | * | | cmd2.Cmd.__init__ now initializes colorama and tells it to never strip ANSI c...Todd Leonhardt2018-09-191-1/+1
| | * | | Merged master into colorize branchTodd Leonhardt2018-09-121-8/+8
| | |\ \ \
| | * \ \ \ Merged master in and resolved conflictsTodd Leonhardt2018-09-041-4/+4
| | |\ \ \ \
| | * | | | | First pass at improved colorizingkotfu2018-08-111-11/+7
| * | | | | | Updated documentationKevin Van Brunt2018-09-261-2/+2
* | | | | | | First steps in converting all commands to argparseKevin Van Brunt2018-09-261-8/+8
|/ / / / / /
* | | | | | Fixing unit testsKevin Van Brunt2018-09-251-5/+5
| |_|_|_|/ |/| | | |
* | | | | Fixed several hack classes build to simulate file descriptorsTodd Leonhardt2018-09-231-18/+4
| |_|_|/ |/| | |
* | | | Removed remaining type hints in docstringsKevin Van Brunt2018-09-211-6/+7
| |_|/ |/| |
* | | Docstring updatesKevin Van Brunt2018-09-091-8/+8
| |/ |/|
* | ACHelpFormatter now inherits from argparse.RawTextHelpFormatter to make it ea...Kevin Van Brunt2018-08-241-4/+4
|/
* Added --clear argument to history commandKevin Van Brunt2018-07-111-3/+4
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-1/+1
* Merge branch 'bash_completion' into bash_to_pyscriptEric Lin2018-05-021-1/+1
|\
| * Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* | Restored legacy cmd/self access when locals_in_py is True. Changed default to...Eric Lin2018-05-021-2/+2
|/
* Adjusted some coverage configuration. Found and fixed bug in help completion.Eric Lin2018-04-181-0/+47
* Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-1/+0
* Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-111-0/+18
* Fixing unit testsKevin Van Brunt2018-03-161-1/+2
* Removed abbrev attributeKevin Van Brunt2018-03-021-3/+1
* History enhancementsTodd Leonhardt2018-01-201-3/+5
* Fixed unit testsTodd Leonhardt2018-01-201-1/+0
* Improved how new argparse-based decorators provide helpTodd Leonhardt2018-01-171-1/+1
* do_edit() no longer edits history, just files #252kotfu2018-01-161-2/+0
* Remove do_save() and do_run() for #252kotfu2018-01-161-1/+1
* Implement -o, -r, and -e options for issue #252Jared Crapo2018-01-151-3/+4
* cmdenvironment command has been removed and its functionality now exists as a...Todd Leonhardt2018-01-151-2/+1
* show command has been removedTodd Leonhardt2018-01-151-1/+1
* Fixed expected value of "help history" for unit testsTodd Leonhardt2018-01-151-9/+13
* __relative_load command is now hidden from help menu by defaultTodd Leonhardt2018-01-151-2/+2
* Fixed do_history unit tests and implementationTodd Leonhardt2018-01-151-9/+10
* feedback_to_output now defaults to FalseTodd Leonhardt2017-08-201-13/+13
* Fixed unit testKevin Van Brunt2017-07-191-1/+1
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-4/+2
* Removed pause commandTodd Leonhardt2017-07-031-2/+2
* Completely removed use of self.default_file_nameTodd Leonhardt2017-06-281-16/+15
* Added new pyscript commandTodd Leonhardt2017-06-131-2/+2
* Removed redundant list commandTodd Leonhardt2017-06-031-3/+4
* Added "exclude_from_help" list as a cmd2.Cmd public attributeTodd Leonhardt2017-06-011-2/+2