improvements/fixes after code review

This commit is contained in:
Alessio Izzo 2024-02-26 16:04:02 +01:00 committed by Anthony Sottile
parent e36cdc227c
commit f6c6b6c55f
3 changed files with 2 additions and 13 deletions

View file

@ -364,12 +364,6 @@ def test_show_diff_on_failure(
1,
False,
),
(
{'hook': 'nope', 'hook_stage': 'pre-push'},
(b'[ERROR] Staged files found. Please commit before pushing\n',),
1,
True,
),
(
{'all_files': True, 'verbose': True},
(b'foo.py',),