summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Fixed transcript testing issuesTodd Leonhardt2017-04-261-2/+2
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-6/+7
* Refactored to move all cmd2.Cmd class member variables to beginning.Todd Leonhardt2017-02-111-1/+3
* Various parsing fixes and improvements:TL2017-02-071-0/+2
* Documented undocumented commands and removed command aliases.Todd Leonhardt2017-02-051-7/+2
* Fixed long-form show unit test to deal with Windows not having colors.Todd Leonhardt2017-02-041-3/+6
* Added unit test for "show -l".Todd Leonhardt2017-02-041-0/+16
* Added more and better unit tests for load and save commandsTodd Leonhardt2017-02-041-4/+64
* First stage of refactoring to support full simultaneous Python 2 and 3 compat...Todd Leonhardt2016-12-091-0/+1
* Add unit testsFederico Ceratto2016-02-231-0/+45