mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Merge pull request #276 from barrysteyn/master
Corrected stages integration test
This commit is contained in:
@@ -389,7 +389,7 @@ def test_lots_of_files(mock_out_store_directory, tempdir_factory):
|
||||
[b'hook 1', b'hook 2']),
|
||||
('commit', ['commit'], ['commit'], [b'hook 1', b'hook 2']),
|
||||
('commit', [], [], [b'hook 1', b'hook 2']),
|
||||
('commit', [], ['commit'], [b'', b'hook 2']),
|
||||
('commit', [], ['commit'], [b'hook 1', b'hook 2']),
|
||||
('commit', ['push'], ['commit'], [b'', b'hook 2']),
|
||||
('commit', ['commit'], ['push'], [b'hook 1', b'']),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user