MCPcopy
hub / github.com/pre-commit/pre-commit / test_intermixed_stdout_stderr

Function test_intermixed_stdout_stderr

tests/repository_test.py:123–129  ·  view source on GitHub ↗
(tempdir_factory, store)

Source from the content-addressed store, hash-verified

121
122
123def test_intermixed_stdout_stderr(tempdir_factory, store):
124 _test_hook_repo(
125 tempdir_factory, store, 'stdout_stderr_repo',
126 'stdout-stderr',
127 [],
128 b'0\n1\n2\n3\n4\n5\n',
129 )
130
131
132@pytest.mark.xfail(sys.platform == 'win32', reason='ptys are posix-only')

Callers

nothing calls this directly

Calls 1

_test_hook_repoFunction · 0.85

Tested by

no test coverage detected