summaryrefslogtreecommitdiff
path: root/tests/basics/print.py
AgeCommit message (Collapse)Author
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
This introduces a skip_if module that can be used by tests to determine when they should be skipped due to the environment. Some tests have been split in order to have finer grained skip control.
2014-04-02py: Add support for sep and end keywords in print.Damien George