We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9ef84 commit 8171735Copy full SHA for 8171735
Lib/test/test_importlib/test_files.py
@@ -11,7 +11,7 @@ class FilesTests:
11
def test_read_bytes(self):
12
files = resources.files(self.data)
13
actual = files.joinpath('utf-8.file').read_bytes()
14
- assert actual == b'Hello, UTF-8 world!\n'
+ assert actual == b'Hello, UTF-8 world!\n', repr(actual)
15
16
def test_read_text(self):
17
0 commit comments