replaced str concat with .write_line(); replaced \t with spaces; removed trailing space in logs

This commit is contained in:
marqueewinq 2019-09-24 16:25:27 +03:00
parent e0155fbd66
commit cb164ef629
2 changed files with 26 additions and 16 deletions

View file

@ -115,7 +115,7 @@ def test_log_and_exit(cap_out, mock_store_dir):
r'^### version information\n'
r'```\n'
r'pre-commit.version: \d+\.\d+\.\d+\n'
r'sys.version: (.*\n)*'
r'sys.version:\n( .*\n)*'
r'sys.executable: .*\n'
r'os.name: .*\n'
r'sys.platform: .*\n'