summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* add ability to remove commands and commandsetsEric Lin2020-08-041-2/+1
* Some minor cleanup of how imports work. Fixed issue with help documentation f...Eric Lin2020-08-041-3/+9
* Added info on semantic versioning and branching strategy to CONTRIBUTING.mdTodd Leonhardt2020-04-241-2/+1
* Removed dash from 'tab complete' stringKevin Van Brunt2020-02-131-1/+1
* Updated help textKevin Van Brunt2020-02-051-1/+1
* Removed unnecessary inheritance from objectKevin Van Brunt2020-02-041-1/+1
* Updated set command to support tab completion of valuesKevin Van Brunt2020-02-041-5/+5
* Made three public attributes of cmd2.Cmd no longer settable at runtime by end...Todd Leonhardt2020-01-271-6/+0
* Updated documentationKevin Van Brunt2020-01-071-1/+1
* Merge branch 'master' into ansi_to_styleKevin Van Brunt2019-12-191-0/+9
|\
| * Updating unit testsKevin Van Brunt2019-12-171-0/+9
* | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-2/+2
|/
* Fixed documentation for run_script and renamed history optionKevin Van Brunt2019-07-161-4/+4
* Make max_completion_items settableKevin Van Brunt2019-07-151-0/+2
* Renamed colors setting to allow_ansiKevin Van Brunt2019-06-261-2/+2
* Restored a few attributes to be publicTodd Leonhardt2019-06-231-1/+1
* Added verify_help_text() helper function for tests and removed BASE_HELP and ...Todd Leonhardt2019-06-151-26/+18
* Began work to minimize public APITodd Leonhardt2019-06-151-1/+1
* Fixing unit testsKevin Van Brunt2019-06-151-4/+6
* Deprecate support for Python 3.4 and begin testing with Python 3.8 betaTodd Leonhardt2019-06-141-6/+1
* Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
* Changed wrapping point of history's help text to match all other help text in...Kevin Van Brunt2019-06-051-1/+2
* Add the -a/--all flag to the history command for showing all commands includi...Todd Leonhardt2019-05-271-1/+2
* Fixed parsing issue in case where output redirection (e.g. > file) appears be...Kevin Van Brunt2019-05-131-4/+8
* Made run_cmd return out and errKevin Van Brunt2019-03-201-9/+31
* Move the rest of the history tests into test_history.pykotfu2019-02-091-6/+11
* Merge branch 'master' into historyKevin Van Brunt2018-12-061-2/+2
|\
| * Fix flake8 issuesTodd Leonhardt2018-12-061-2/+2
* | First version of adding an expanded option to history itemsKevin Van Brunt2018-12-031-1/+2
|/
* Made it so default_to_shell results in do_shell being called so that output c...Kevin Van Brunt2018-11-301-1/+1
* 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
| |/ |/|