aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/bytes_format_modulo.py
AgeCommit message (Collapse)Author
2019-10-29tests/basics: Automatically skip tests that use str/bytes modulo-format.Damien George
2015-12-20tests: Add tests for %-formatting of bytes.Paul Sokolovsky
This requires CPython3.5, to not require switching to it, just use .exp file.