Initialisation du repository de Beta
This commit is contained in:
commit
14985f6dbb
9469 changed files with 1903273 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
from setuptools import unicode_utils
|
||||
|
||||
|
||||
def test_filesys_decode_fs_encoding_is_None(monkeypatch):
|
||||
"""
|
||||
Test filesys_decode does not raise TypeError when
|
||||
getfilesystemencoding returns None.
|
||||
"""
|
||||
monkeypatch.setattr('sys.getfilesystemencoding', lambda: None)
|
||||
unicode_utils.filesys_decode(b'test')
|
||||
Loading…
Add table
Add a link
Reference in a new issue