Lines Matching defs:self
46 def test_is_subset_of(self): argument
56 def test_read_from_file(self): argument
70 def test_write_to_file(self): argument
86 def setUp(self): argument
90 def noPrintCallContains(self, substr: str): argument
94 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
102 def test_output_isolated_correctly(self): argument
113 def test_output_with_prefix_isolated_correctly(self): argument
142 def test_parse_successful_test_log(self): argument
149 def test_parse_successful_nested_tests_log(self): argument
156 def test_kselftest_nested(self): argument
163 def test_parse_failed_test_log(self): argument
170 def test_parse_failed_nested_tests_log(self): argument
181 def test_no_header(self): argument
190 def test_missing_test_plan(self): argument
201 def test_no_tests(self): argument
210 def test_no_tests_no_plan(self): argument
222 def test_no_kunit_output(self): argument
233 def test_skipped_test(self): argument
242 def test_skipped_all_tests(self): argument
250 def test_ignores_hyphen(self): argument
264 def test_ignores_prefix_printk_time(self): argument
272 def test_ignores_multiple_prefixes(self): argument
280 def test_prefix_mixed_kernel_output(self): argument
288 def test_prefix_poundsign(self): argument
296 def test_kernel_panic_end(self): argument
304 def test_pound_no_prefix(self): argument
312 def test_summarize_failures(self): argument
333 def test_ktap_format(self): argument
342 def test_parse_subtest_header(self): argument
348 def test_parse_attributes(self): argument
364 def test_show_test_output_on_failure(self): argument
379 def test_parse_late_test_plan(self): argument
395 def test_basic(self): argument
412 def test_is_lazy(self): argument
431 def setUp(self): argument
435 def test_invalid_kunitconfig(self): argument
439 def test_valid_kunitconfig(self): argument
443 def test_dir_kunitconfig(self): argument
449 def test_multiple_kunitconfig(self): argument
466 def test_multiple_kunitconfig_invalid(self): argument
478 def test_kconfig_add(self): argument
486 def test_invalid_arch(self): argument
490 def test_run_kernel_hits_exception(self): argument
506 def test_run_kernel_args_not_mutated(self): argument
532 def test_build_reconfig_no_config(self): argument
548 def test_build_reconfig_existing_config(self): argument
568 def test_build_reconfig_remove_option(self): argument
593 def setUp(self): argument
597 def _json_for(self, log_file): argument
605 def test_failed_test_json(self): argument
611 def test_crashed_test_json(self): argument
617 def test_skipped_test_json(self): argument
623 def test_no_tests_json(self): argument
627 def test_nested_json(self): argument
634 def __eq__(self, other): argument
638 def setUp(self): argument
653 def test_config_passes_args_pass(self): argument
658 def test_build_passes_args_pass(self): argument
664 def test_exec_passes_args_pass(self): argument
672 def test_run_passes_args_pass(self): argument
680 def test_exec_passes_args_fail(self): argument
686 def test_run_passes_args_fail(self): argument
695 def test_exec_no_tests(self): argument
704 def test_exec_raw_output(self): argument
712 def test_run_raw_output(self): argument
721 def test_run_raw_output_kunit(self): argument
730 def test_run_raw_output_invalid(self): argument
736 def test_run_raw_output_does_not_take_positional_args(self): argument
744 def test_exec_timeout(self): argument
751 def test_run_timeout(self): argument
759 def test_run_builddir(self): argument
768 def test_run_builddir_from_env(self): argument
777 def test_run_builddir_override(self): argument
785 def test_config_builddir(self): argument
790 def test_build_builddir(self): argument
796 def test_exec_builddir(self): argument
803 def test_run_kunitconfig(self): argument
814 def test_config_kunitconfig(self): argument
825 def test_config_alltests(self): argument
838 def test_run_multiple_kunitconfig(self, mock_linux_init): argument
850 def test_run_kconfig_add(self): argument
861 def test_run_qemu_args(self): argument
872 def test_run_kernel_args(self): argument
879 def test_list_tests(self): argument
891 def test_run_isolated_by_suite(self, mock_tests): argument
904 def test_run_isolated_by_test(self, mock_tests): argument
918 def test_list_cmds(self, mock_stdout): argument
926 def test_run_list_opts(self, mock_stdout): argument