module documentation

Undocumented

Function Parser Undocumented
Function runner Undocumented
Function test_join_matches_subprocess Test that join produces strings understood by subprocess
Function test_roundtrip Test that split is the inverse operation of join
Variable argv_cases Undocumented
@pytest.fixture(params=[_shell_utils.WindowsParser, _shell_utils.PosixParser])
def Parser(request): (source)

Undocumented

@pytest.fixture
def runner(Parser): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='Cannot start subprocess')
@pytest.mark.parametrize('argv', argv_cases)
def test_join_matches_subprocess(Parser, runner, argv): (source)

Test that join produces strings understood by subprocess

@pytest.mark.skipif(IS_WASM, reason='Cannot start subprocess')
@pytest.mark.parametrize('argv', argv_cases)
def test_roundtrip(Parser, argv): (source)

Test that split is the inverse operation of join

argv_cases: list = (source)

Undocumented