Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/basics: Use str.format instead of % for formatting messages. | Damien George | 2019-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 George | 2014-07-05 |
From now on, all new tests must use underscore. Addresses issue #727. |