summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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