summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_numberformat.py
AgeCommit message (Expand)Author
2016-01-29Cosmetic cleanups in tests/utils_tests/test_numberformat.pyTim Graham
2015-03-09Fixed #24382 -- Allowed unicode chars inside formatted numbersClaude Paroz
2015-02-08Fixed #24181 -- Fixed multi-char THOUSAND_SEPARATOR insertionVarun Sharma
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-12-03Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.formatEric Rouleau
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons