Age | Commit message (Expand) | Author |
---|---|---|
2023-09-01 | py/objstr: Fix `str % {}` edge case. | mcskatkat |
2023-06-01 | py/obj: Accept user types in mp_obj_get_int_maybe. | Damien George |
2020-01-24 | tests: Add boolean-as-integer formatting tests for fixed regression. | Yonatan Goldschmidt |
2019-10-29 | tests/basics: Automatically skip tests that use str/bytes modulo-format. | Damien George |
2017-03-15 | tests/basics: Move string-modulo-format int tests to dedicated file. | Damien George |
2017-02-03 | tests/basics/string_format_modulo: Add more tests for dict formatting. | Damien George |
2015-08-29 | py/objstr: Fix error reporting for unexpected end of modulo format str. | Damien George |
2015-08-21 | tests: Add more tests to improve coverage, mostly testing exceptions. | Damien George |
2015-03-14 | tests: Add some more tests for bytes, bignum, string and ujson. | Damien George |
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George |