10 assert output ==
'~/junit_output.xml' 14 with pytest.raises(RuntimeError):
21 assert args == [
'-p',
'no:cacheprovider']
27 assert args == [
'--rootdir=/tmp']
def test_output_file_is_correctly_extracted_from_argv()
def test_not_passing_output_file_throws_runtime_error()
def create_cache_dir_args(version, output_file)
def get_output_file(argv)
def test_caching_is_disabled_for_older_pytest_versions()
def test_rootdir_is_set_for_newer_pytest_versions()