module documentation

Undocumented

Function tarfile_with_unicode Create a tarfile containing only a file whose name is a zero byte file called testimäge.png.
Function test_unicode_files Undocumented
@pytest.fixture
def tarfile_with_unicode(tmpdir): (source)

Create a tarfile containing only a file whose name is a zero byte file called testimäge.png.

@pytest.mark.xfail(reason='#710 and #712')
def test_unicode_files(tarfile_with_unicode, tmpdir): (source)

Undocumented