10 assert output ==
'~/junit_output.xml' 15 'runner.py',
'--gtest_output=xml:~/junit_output.xml',
16 '--ignore=some_tests',
'__name:=test_lib',
19 assert output == [
'--ignore=some_tests']
23 with pytest.raises(RuntimeError):
30 assert args == [
'-p',
'no:cacheprovider']
36 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 test_additional_args_are_correctly_extracted_from_argv()
def get_output_file(argv)
def get_additional_args(argv)
def test_caching_is_disabled_for_older_pytest_versions()
def test_rootdir_is_set_for_newer_pytest_versions()