Lines Matching defs:self

43 	def test_is_subset_of(self):  argument
53 def test_read_from_file(self): argument
67 def test_write_to_file(self): argument
83 def setUp(self): argument
87 def noPrintCallContains(self, substr: str): argument
91 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
99 def test_output_isolated_correctly(self): argument
110 def test_output_with_prefix_isolated_correctly(self): argument
139 def test_parse_successful_test_log(self): argument
146 def test_parse_successful_nested_tests_log(self): argument
153 def test_kselftest_nested(self): argument
160 def test_parse_failed_test_log(self): argument
167 def test_no_header(self): argument
176 def test_missing_test_plan(self): argument
187 def test_no_tests(self): argument
196 def test_no_tests_no_plan(self): argument
208 def test_no_kunit_output(self): argument
219 def test_skipped_test(self): argument
228 def test_skipped_all_tests(self): argument
236 def test_ignores_hyphen(self): argument
250 def test_ignores_prefix_printk_time(self): argument
258 def test_ignores_multiple_prefixes(self): argument
266 def test_prefix_mixed_kernel_output(self): argument
274 def test_prefix_poundsign(self): argument
282 def test_kernel_panic_end(self): argument
290 def test_pound_no_prefix(self): argument
298 def test_summarize_failures(self): argument
319 def test_ktap_format(self): argument
328 def test_parse_subtest_header(self): argument
334 def test_parse_attributes(self): argument
350 def test_show_test_output_on_failure(self): argument
370 def test_basic(self): argument
387 def test_is_lazy(self): argument
406 def setUp(self): argument
410 def test_invalid_kunitconfig(self): argument
414 def test_valid_kunitconfig(self): argument
418 def test_dir_kunitconfig(self): argument
424 def test_multiple_kunitconfig(self): argument
441 def test_multiple_kunitconfig_invalid(self): argument
453 def test_kconfig_add(self): argument
460 def test_invalid_arch(self): argument
464 def test_run_kernel_hits_exception(self): argument
480 def test_build_reconfig_no_config(self): argument
496 def test_build_reconfig_existing_config(self): argument
516 def test_build_reconfig_remove_option(self): argument
541 def setUp(self): argument
545 def _json_for(self, log_file): argument
553 def test_failed_test_json(self): argument
559 def test_crashed_test_json(self): argument
565 def test_skipped_test_json(self): argument
571 def test_no_tests_json(self): argument
575 def test_nested_json(self): argument
582 def __eq__(self, other): argument
586 def setUp(self): argument
600 def test_config_passes_args_pass(self): argument
605 def test_build_passes_args_pass(self): argument
611 def test_exec_passes_args_pass(self): argument
619 def test_run_passes_args_pass(self): argument
627 def test_exec_passes_args_fail(self): argument
633 def test_run_passes_args_fail(self): argument
642 def test_exec_no_tests(self): argument
651 def test_exec_raw_output(self): argument
659 def test_run_raw_output(self): argument
668 def test_run_raw_output_kunit(self): argument
677 def test_run_raw_output_invalid(self): argument
683 def test_run_raw_output_does_not_take_positional_args(self): argument
691 def test_exec_timeout(self): argument
698 def test_run_timeout(self): argument
706 def test_run_builddir(self): argument
714 def test_config_builddir(self): argument
719 def test_build_builddir(self): argument
725 def test_exec_builddir(self): argument
732 def test_run_kunitconfig(self): argument
743 def test_config_kunitconfig(self): argument
754 def test_config_alltests(self): argument
767 def test_run_multiple_kunitconfig(self, mock_linux_init): argument
779 def test_run_kconfig_add(self): argument
790 def test_run_qemu_args(self): argument
801 def test_run_kernel_args(self): argument
808 def test_list_tests(self): argument
820 def test_run_isolated_by_suite(self, mock_tests): argument
833 def test_run_isolated_by_test(self, mock_tests): argument