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 ec23ee9 commit 8ddcafaCopy full SHA for 8ddcafa
tests/test_opener.py
@@ -88,7 +88,7 @@ def test_entry_point_load_error(self):
88
with self.assertRaises(errors.EntryPointError) as ctx:
89
opener.open_fs('test://')
90
self.assertEqual(
91
- 'could not load entry point', str(ctx.exception))
+ 'could not load entry point; some error', str(ctx.exception))
92
93
def test_entry_point_type_error(self):
94
0 commit comments