summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* cmd2 now uses pyreadline3 when running any version of Python on WindowsKevin Van Brunt2022-02-171-12/+3
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-181-1/+1
* set command output now uses SimpleTable.Kevin Van Brunt2021-08-191-23/+17
* Style changes from running black on Python 3.9Kevin Van Brunt2021-04-271-1/+1
* Renamed use_ipython keyword parameter of cmd2.Cmd.__init__() to include_ipy.Kevin Van Brunt2021-03-301-1/+1
* Add in isort changesTodd Leonhardt2021-01-311-3/+9
* Attempt to fix remaining black failuresTodd Leonhardt2021-01-311-1/+1
* Add black for automatic code formatTodd Leonhardt2021-01-311-18/+8
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-6/+19
* Added always_show_hint settingKevin Van Brunt2020-09-051-0/+2
* 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
| | |\ \