summaryrefslogtreecommitdiff
path: root/tests/unicode/file1.py
AgeCommit message (Collapse)Author
2014-10-21Use mode/encoding kwargs in io and unicode testsstijn
mode argument is used to assert it works encoding argument is used to make sure CPython uses the correct encoding as it does not automatically use utf-8
2014-06-27tests: Add basic test for unicode file i/o.Paul Sokolovsky