159
158
('NoSuchFile', 'path'), errors.NoSuchFile('path'))
161
160
def test_LockContention(self):
165
161
self.assertTranslationEqual(
166
('LockContention',), errors.LockContention('lock', 'msg'))
162
('LockContention', 'lock', 'msg'),
168
165
def test_TokenMismatch(self):
169
166
self.assertTranslationEqual(