Lines Matching defs:self
42 def test_is_subset_of(self): argument
52 def test_read_from_file(self): argument
72 def test_write_to_file(self): argument
97 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
105 def test_output_isolated_correctly(self): argument
116 def test_output_with_prefix_isolated_correctly(self): argument
145 def test_parse_successful_test_log(self): argument
153 def test_parse_successful_nested_tests_log(self): argument
161 def test_kselftest_nested(self): argument
169 def test_parse_failed_test_log(self): argument
177 def test_no_header(self): argument
187 def test_missing_test_plan(self): argument
199 def test_no_tests(self): argument
209 def test_no_kunit_output(self): argument
219 def test_crashed_test(self): argument
228 def test_skipped_test(self): argument
238 def test_skipped_all_tests(self): argument
247 def test_ignores_hyphen(self): argument
265 def test_ignores_prefix_printk_time(self): argument
274 def test_ignores_multiple_prefixes(self): argument
283 def test_prefix_mixed_kernel_output(self): argument
292 def test_prefix_poundsign(self): argument
301 def test_kernel_panic_end(self): argument
310 def test_pound_no_prefix(self): argument
321 def setUp(self): argument
325 def test_invalid_kunitconfig(self): argument
329 def test_valid_kunitconfig(self): argument
333 def test_dir_kunitconfig(self): argument
339 def test_invalid_arch(self): argument
343 def test_run_kernel_hits_exception(self): argument
364 def _json_for(self, log_file): argument
374 def test_failed_test_json(self): argument
380 def test_crashed_test_json(self): argument
386 def test_no_tests_json(self): argument
390 def test_nested_json(self): argument
397 def __eq__(self, other): argument
401 def setUp(self): argument
414 def test_config_passes_args_pass(self): argument
419 def test_build_passes_args_pass(self): argument
425 def test_exec_passes_args_pass(self): argument
433 def test_run_passes_args_pass(self): argument
441 def test_exec_passes_args_fail(self): argument
447 def test_run_passes_args_fail(self): argument
456 def test_exec_no_tests(self): argument
464 def test_exec_raw_output(self): argument
472 def test_run_raw_output(self): argument
481 def test_run_raw_output_kunit(self): argument
490 def test_run_raw_output_does_not_take_positional_args(self): argument
498 def test_exec_timeout(self): argument
505 def test_run_timeout(self): argument
513 def test_run_builddir(self): argument
521 def test_config_builddir(self): argument
526 def test_build_builddir(self): argument
531 def test_exec_builddir(self): argument
539 def test_run_kunitconfig(self, mock_linux_init): argument
550 def test_config_kunitconfig(self, mock_linux_init): argument
560 def test_run_kernel_args(self): argument
567 def test_list_tests(self): argument
581 def test_run_isolated_by_suite(self, mock_tests): argument
594 def test_run_isolated_by_test(self, mock_tests): argument