summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/string_repr.py
Commit message (Collapse)AuthorAge
* tests/basics: Use str.format instead of % for formatting messages.Damien George2019-10-29
| | | | | Only use % formatting when testing % itself, because only str.format is guaranteed to be available on any port.
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
From now on, all new tests must use underscore. Addresses issue #727.