summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increased code coverageKevin Van Brunt2019-01-241-1/+1
* Fix flake8 issuesTodd Leonhardt2018-12-061-0/+1
* Renamed display_width to ansi_safe_wcswidthKevin Van Brunt2018-11-161-2/+2
* Added wrapper for wcswidth that removes ansi escape charactersKevin Van Brunt2018-11-151-0/+5
* Added additional unit test for StdSimTodd Leonhardt2018-10-091-0/+12
* Added unit tests for new methods of StdSimTodd Leonhardt2018-10-031-0/+10
* Added a couple more unit tests for StdStimTodd Leonhardt2018-09-241-0/+12
* StdSim write methods now raise a TypeError exception if passed the wrong typeTodd Leonhardt2018-09-241-1/+44
* Added unit tests for new utility functions and fixed a commentTodd Leonhardt2018-09-211-0/+35
* Add natural sorting (sorting case insensitively as well as numerically)Lance Starr2018-09-191-2/+28
* Added more unit tests for utils.pyTodd Leonhardt2018-08-021-2/+38
* Addeded utility function for combining unicode normalization and casefolding ...Todd Leonhardt2018-08-021-0/+16