summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate support for Python 3.6 and remove dependency on attrs (#1257)Todd Leonhardt2023-01-311-8/+3
* Clean up spacingkotfu2022-11-051-1/+1
* Add tests for to_bool() when passing boolean valueskotfu2022-11-051-0/+5
* Enhance str_to_bool() to accept other typeskotfu2022-11-051-15/+23
* Reduced amount of style characters carried over from previous lines when alig...Kevin Van Brunt2022-02-221-15/+142
* Added ability to colorize all aspects of BorderedTables and AlternatingTables.Kevin Van Brunt2021-10-191-13/+13
* Added support for 8-bit/256-colors with the cmd2.EightBitFg and cmd2.EightBit...Kevin Van Brunt2021-10-181-20/+23
* Add in isort changesTodd Leonhardt2021-01-311-5/+16
* Add black for automatic code formatTodd Leonhardt2021-01-311-11/+75
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-2/+5
* Fix unit test that was failing when EDITOR environment variable was seteditorsTodd Leonhardt2020-11-211-2/+2
* Updated utils.find_editor() to include more Windows editorsKevin Van Brunt2020-11-191-49/+12
* feat(utils): probe editors in system pathMikhail Ushanov2020-11-171-0/+59
* Minor type hinting fixes.Eric Lin2020-09-111-0/+7
* Initial commit of table creation APIKevin Van Brunt2020-04-091-5/+40
* Allowing for colored fill char in align_textKevin Van Brunt2020-02-111-1/+10
* Fixed bug where ANSI style sequences were not correctly handled in utils.trun...Kevin Van Brunt2020-02-111-6/+37
* Added remove_settable() since cmd2 has add_settable()Kevin Van Brunt2020-02-051-0/+2
* Fixed a bug in a very unusual case and added some unit testsTodd Leonhardt2020-02-041-0/+19
* Updating unit tests and docsKevin Van Brunt2020-01-201-0/+15
* Renamed functionKevin Van Brunt2020-01-171-15/+15
* Updating unit testsKevin Van Brunt2020-01-171-1/+38
* Updating unit testsKevin Van Brunt2020-01-171-10/+17
* Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-191-1/+1
* Renamed functions based on code review comments. Fixed Python warnings.Kevin Van Brunt2019-12-091-32/+32
* Added more unit tests for text alignmentKevin Van Brunt2019-12-091-10/+28
* Added more text alignment unit testsKevin Van Brunt2019-12-091-1/+8
* Adding unit tests for text alignment functionsKevin Van Brunt2019-12-091-16/+152
* Updated center_text to support ansi escape sequences and characters with disp...Kevin Van Brunt2019-12-091-14/+11
* Fixed bug where pipe processes were not being stopped by Ctrl-C on WindowsKevin Van Brunt2019-11-181-9/+22
* Put an end time for timeout command just as a precautionKevin Van Brunt2019-11-121-2/+2
* Fixing unit tests that were causing problems on the test serversKevin Van Brunt2019-11-121-13/+4
* Fixing Windows unit test that hangs on AppVeyor due to a KeyboardInterruptKevin Van Brunt2019-11-121-2/+13
* Added unit testsKevin Van Brunt2019-07-241-0/+10
* Fixed a few commands that would have failed if arguments containing quotes we...Kevin Van Brunt2019-07-241-1/+1
* Skipping unit test on non-Windows because of unreliable behavior on TravisCI ...Kevin Van Brunt2019-07-161-1/+2
* Moved RESET to end of color dictionaries and skip a test on Mac since it is u...Todd Leonhardt2019-06-281-1/+2
* Added unit tests for ansi.pyKevin Van Brunt2019-06-271-32/+0
* Changed signature of style() to allow for simpler calling and overriding of s...Kevin Van Brunt2019-06-261-3/+3
* Added TextStyle class and default implementations for various message types l...Kevin Van Brunt2019-06-261-3/+3
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-5/+6
* Renamed style_message to styleKevin Van Brunt2019-06-261-5/+5
* Removed end argument from style_messageKevin Van Brunt2019-06-251-2/+2
* Add 2 tests to test_utils.py for style_message()Daniel Ahn2019-06-251-1/+20
* Added center_text() utility function for centering text in a terminal along w...Todd Leonhardt2019-06-161-0/+23
* Removed copyright headers from source files and updated LICENSE with current ...Kevin Van Brunt2019-06-071-3/+0
* Added unit testKevin Van Brunt2019-04-251-11/+20
* Attempt to fix unit testsTodd Leonhardt2019-04-021-0/+3
* Added some unit tests for ProcReader and ContextFlag utility classesTodd Leonhardt2019-04-021-0/+51
* Replaced StdSim.__store_output with StdSim.pause_storageKevin Van Brunt2019-03-091-0/+22