summaryrefslogtreecommitdiff
path: root/git/test/test_exc.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/test_exc.py')
-rw-r--r--git/test/test_exc.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/git/test/test_exc.py b/git/test/test_exc.py
index 7e6b023e..33f44034 100644
--- a/git/test/test_exc.py
+++ b/git/test/test_exc.py
@@ -29,13 +29,13 @@ _cmd_argvs = (
('θνιψοδε', 'κι', 'αλλα', 'non-unicode', 'args'),
)
_causes_n_substrings = (
- (None, None), # noqa: E241
- (7, "exit code(7)"), # noqa: E241
- ('Some string', "'Some string'"), # noqa: E241
- ('παλιο string', "'παλιο string'"), # noqa: E241
- (Exception("An exc."), "Exception('An exc.')"), # noqa: E241
- (Exception("Κακια exc."), "Exception('Κακια exc.')"), # noqa: E241
- (object(), "<object object at "), # noqa: E241
+ (None, None), # noqa: E241 @IgnorePep8
+ (7, "exit code(7)"), # noqa: E241 @IgnorePep8
+ ('Some string', "'Some string'"), # noqa: E241 @IgnorePep8
+ ('παλιο string', "'παλιο string'"), # noqa: E241 @IgnorePep8
+ (Exception("An exc."), "Exception('An exc.')"), # noqa: E241 @IgnorePep8
+ (Exception("Κακια exc."), "Exception('Κακια exc.')"), # noqa: E241 @IgnorePep8
+ (object(), "<object object at "), # noqa: E241 @IgnorePep8
)
_streams_n_substrings = (None, 'steram', 'ομορφο stream', )