index
:
delta/python-packages/cmd2-git.git
1216-rich-print-mixin
2.0
async_prompt
black
black_config
blank_prompt
border_color
ci_improvements
cmdset_settables
codeql
colored_simple_table
colored_tables
colored_tables_orig
column_spacing
complete_flag_names
completion_item_choices
ctrl-c
ctrl-d
custom_command_completer
custom_completer_refactor
dashes
default_categories
duplicate_subcommand
editors
enh_default_categories
error_cleanup
exception_passthrough
exit_code
ext_test_0_2
extended_colors
f-strings
fix_broken_unit_test
fix_hint
github_actions
header_tabs
history_fix
import_wrapping
ipy_locals
last_result
master
misc
move_attach
mypy_continued
mypy_explicit_export
nested_table
nested_table_orig
ns_fix
ordered_history
pep561
plugin_version
poutput-psuccess
prompt_error
py_refactor
pypy_fix
redirected_aliases
settable_hint
silence
silence_startup_script
silent_start
table_newline
topic_width
unit_tests
util_fixes
win_tab_crash
github.com: python-cmd2/cmd2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add in isort changes
Todd Leonhardt
2021-01-31
1
-5
/
+16
*
Add black for automatic code format
Todd Leonhardt
2021-01-31
1
-11
/
+75
*
Changed isort to force wrapping of imports to reduce merge conflicts from min...
Eric Lin
2021-01-22
1
-2
/
+5
*
Fix unit test that was failing when EDITOR environment variable was set
editors
Todd Leonhardt
2020-11-21
1
-2
/
+2
*
Updated utils.find_editor() to include more Windows editors
Kevin Van Brunt
2020-11-19
1
-49
/
+12
*
feat(utils): probe editors in system path
Mikhail Ushanov
2020-11-17
1
-0
/
+59
*
Minor type hinting fixes.
Eric Lin
2020-09-11
1
-0
/
+7
*
Initial commit of table creation API
Kevin Van Brunt
2020-04-09
1
-5
/
+40
*
Allowing for colored fill char in align_text
Kevin Van Brunt
2020-02-11
1
-1
/
+10
*
Fixed bug where ANSI style sequences were not correctly handled in utils.trun...
Kevin Van Brunt
2020-02-11
1
-6
/
+37
*
Added remove_settable() since cmd2 has add_settable()
Kevin Van Brunt
2020-02-05
1
-0
/
+2
*
Fixed a bug in a very unusual case and added some unit tests
Todd Leonhardt
2020-02-04
1
-0
/
+19
*
Updating unit tests and docs
Kevin Van Brunt
2020-01-20
1
-0
/
+15
*
Renamed function
Kevin Van Brunt
2020-01-17
1
-15
/
+15
*
Updating unit tests
Kevin Van Brunt
2020-01-17
1
-1
/
+38
*
Updating unit tests
Kevin Van Brunt
2020-01-17
1
-10
/
+17
*
Renamed ansi_safe_wcswidth() to style_aware_wcswidth()
Kevin Van Brunt
2019-12-19
1
-1
/
+1
*
Renamed functions based on code review comments. Fixed Python warnings.
Kevin Van Brunt
2019-12-09
1
-32
/
+32
*
Added more unit tests for text alignment
Kevin Van Brunt
2019-12-09
1
-10
/
+28
*
Added more text alignment unit tests
Kevin Van Brunt
2019-12-09
1
-1
/
+8
*
Adding unit tests for text alignment functions
Kevin Van Brunt
2019-12-09
1
-16
/
+152
*
Updated center_text to support ansi escape sequences and characters with disp...
Kevin Van Brunt
2019-12-09
1
-14
/
+11
*
Fixed bug where pipe processes were not being stopped by Ctrl-C on Windows
Kevin Van Brunt
2019-11-18
1
-9
/
+22
*
Put an end time for timeout command just as a precaution
Kevin Van Brunt
2019-11-12
1
-2
/
+2
*
Fixing unit tests that were causing problems on the test servers
Kevin Van Brunt
2019-11-12
1
-13
/
+4
*
Fixing Windows unit test that hangs on AppVeyor due to a KeyboardInterrupt
Kevin Van Brunt
2019-11-12
1
-2
/
+13
*
Added unit tests
Kevin Van Brunt
2019-07-24
1
-0
/
+10
*
Fixed a few commands that would have failed if arguments containing quotes we...
Kevin Van Brunt
2019-07-24
1
-1
/
+1
*
Skipping unit test on non-Windows because of unreliable behavior on TravisCI ...
Kevin Van Brunt
2019-07-16
1
-1
/
+2
*
Moved RESET to end of color dictionaries and skip a test on Mac since it is u...
Todd Leonhardt
2019-06-28
1
-1
/
+2
*
Added unit tests for ansi.py
Kevin Van Brunt
2019-06-27
1
-32
/
+0
*
Changed signature of style() to allow for simpler calling and overriding of s...
Kevin Van Brunt
2019-06-26
1
-3
/
+3
*
Added TextStyle class and default implementations for various message types l...
Kevin Van Brunt
2019-06-26
1
-3
/
+3
*
Moved code related to ANSI escape codes to new file called ansi.py
Kevin Van Brunt
2019-06-26
1
-5
/
+6
*
Renamed style_message to style
Kevin Van Brunt
2019-06-26
1
-5
/
+5
*
Removed end argument from style_message
Kevin Van Brunt
2019-06-25
1
-2
/
+2
*
Add 2 tests to test_utils.py for style_message()
Daniel Ahn
2019-06-25
1
-1
/
+20
*
Added center_text() utility function for centering text in a terminal along w...
Todd Leonhardt
2019-06-16
1
-0
/
+23
*
Removed copyright headers from source files and updated LICENSE with current ...
Kevin Van Brunt
2019-06-07
1
-3
/
+0
*
Added unit test
Kevin Van Brunt
2019-04-25
1
-11
/
+20
*
Attempt to fix unit tests
Todd Leonhardt
2019-04-02
1
-0
/
+3
*
Added some unit tests for ProcReader and ContextFlag utility classes
Todd Leonhardt
2019-04-02
1
-0
/
+51
*
Replaced StdSim.__store_output with StdSim.pause_storage
Kevin Van Brunt
2019-03-09
1
-0
/
+22
*
Increased code coverage
Kevin Van Brunt
2019-01-24
1
-1
/
+1
*
Fix flake8 issues
Todd Leonhardt
2018-12-06
1
-0
/
+1
*
Renamed display_width to ansi_safe_wcswidth
Kevin Van Brunt
2018-11-16
1
-2
/
+2
*
Added wrapper for wcswidth that removes ansi escape characters
Kevin Van Brunt
2018-11-15
1
-0
/
+5
*
Added additional unit test for StdSim
Todd Leonhardt
2018-10-09
1
-0
/
+12
*
Added unit tests for new methods of StdSim
Todd Leonhardt
2018-10-03
1
-0
/
+10
*
Added a couple more unit tests for StdStim
Todd Leonhardt
2018-09-24
1
-0
/
+12
[next]