summaryrefslogtreecommitdiff
path: root/tests/float/string_format.py
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-01-24tests: Add boolean-as-integer formatting tests for fixed regression.Yonatan Goldschmidt
2016-02-13float/string_format: Split large test in 2.Paul Sokolovsky
2015-11-22tests/float/string_format: Add testcase for incorrect rounding for %f.Paul Sokolovsky
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-05-28tests: Add some tests for printing floats to improve coverage.Damien George
2015-05-28py: Remove unnecessary extra handling of padding of nan/inf.Damien George
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George