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