Skip to content

path.write fails bad with unicode #107

Closed as not planned
Closed as not planned
@RonnyPfannschmidt

Description

@RonnyPfannschmidt

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions