Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | tests/float/string_format: Add testcase for incorrect rounding for %f. | Paul Sokolovsky | |
2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George | |
2015-05-28 | tests: Add some tests for printing floats to improve coverage. | Damien George | |
2015-05-28 | py: Remove unnecessary extra handling of padding of nan/inf. | Damien George | |
C's printf will pad nan/inf differently to CPython. Our implementation originally conformed to C, now it conforms to CPython's way. Tests for this are also added in this patch. | |||
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. |