We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this a followup to pytest-dev/pytest#605
# -*- coding: utf-8 -*- def test_1(tmpdir): tmpdir.join('foo').write(u'æ') def test_2(tmpdir): tmpdir.join('foo').write(u'æ'.encode('u8')) def test_3(tmpdir): tmpdir.join('foo').write(u'æ'.encode('l1'))
all fail atm with messy errors, and i believe all should work
The text was updated successfully, but these errors were encountered:
Happening here https://travis-ci.org/cihai/cihaidata-unihan/jobs/224505963
Works: https://github.com/cihai/cihaidata-unihan/blob/158b099691c053c923006cc4db445902d8367862/tests/test_unihan.py#L209
Breaks: https://github.com/cihai/cihaidata-unihan/blob/fce83fb/tests/test_unihan.py#L173
Sorry, something went wrong.
No branches or pull requests
this a followup to pytest-dev/pytest#605
all fail atm with messy errors, and i believe all should work
The text was updated successfully, but these errors were encountered: