Searched defs:tmp_log_file (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/bin/ci/test/ |
H A D | test_custom_logger.py | 10 def tmp_log_file(tmp_path): function 15 def custom_logger(tmp_log_file): argument 41 def test_update_argument_valid(custom_logger, tmp_log_file, key, value): argument 47 def test_update_argument_key_only(custom_logger, tmp_log_file): argument 54 def test_update_argument_no_values(custom_logger, tmp_log_file): argument 63 def test_create_argument_valid(custom_logger, tmp_log_file, key, value): argument 69 def test_create_argument_key_only(custom_logger, tmp_log_file): argument 76 def test_create_argument_no_values(custom_logger, tmp_log_file): argument 85 def test_update_dut_job(custom_logger, tmp_log_file, key, value): argument 97 def test_update_dut_multiple_job(custom_logger, tmp_log_file): argument [all …]
|