aboutsummaryrefslogtreecommitdiff
path: root/tests/io/open_append.py
AgeCommit message (Collapse)Author
2018-11-26tests/io: Update tests to use uos.remove() instead of uos.unlink().Paul Sokolovsky
After Unix port switches from one to another, to be consistent with baremetal ports.
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2015-12-12unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky
2015-08-21tests: Make io test cleanup after itself by removing 'testfile'.Damien George
2015-06-21tests: Add testcase for open(..., "a").Paul Sokolovsky