summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Also: - Added explicit unit tests for StdSim to test_utils.py
* 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
into a single step Also: - Updated the alphabetical sort utility function to use this - Started adding explicit unit tests for functions in utils.py