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