Lines Matching defs:self

44 	def test_is_subset_of(self):  argument
54 def test_read_from_file(self): argument
68 def test_write_to_file(self): argument
84 def setUp(self): argument
88 def noPrintCallContains(self, substr: str): argument
92 def assertContains(self, needle: str, haystack: kunit_parser.LineStream): argument
100 def test_output_isolated_correctly(self): argument
111 def test_output_with_prefix_isolated_correctly(self): argument
140 def test_parse_successful_test_log(self): argument
147 def test_parse_successful_nested_tests_log(self): argument
154 def test_kselftest_nested(self): argument
161 def test_parse_failed_test_log(self): argument
168 def test_no_header(self): argument
177 def test_missing_test_plan(self): argument
188 def test_no_tests(self): argument
197 def test_no_tests_no_plan(self): argument
209 def test_no_kunit_output(self): argument
220 def test_skipped_test(self): argument
229 def test_skipped_all_tests(self): argument
237 def test_ignores_hyphen(self): argument
251 def test_ignores_prefix_printk_time(self): argument
259 def test_ignores_multiple_prefixes(self): argument
267 def test_prefix_mixed_kernel_output(self): argument
275 def test_prefix_poundsign(self): argument
283 def test_kernel_panic_end(self): argument
291 def test_pound_no_prefix(self): argument
299 def test_summarize_failures(self): argument
320 def test_ktap_format(self): argument
329 def test_parse_subtest_header(self): argument
335 def test_parse_attributes(self): argument
351 def test_show_test_output_on_failure(self): argument
371 def test_basic(self): argument
388 def test_is_lazy(self): argument
407 def setUp(self): argument
411 def test_invalid_kunitconfig(self): argument
415 def test_valid_kunitconfig(self): argument
419 def test_dir_kunitconfig(self): argument
425 def test_multiple_kunitconfig(self): argument
442 def test_multiple_kunitconfig_invalid(self): argument
454 def test_kconfig_add(self): argument
461 def test_invalid_arch(self): argument
465 def test_run_kernel_hits_exception(self): argument
481 def test_build_reconfig_no_config(self): argument
497 def test_build_reconfig_existing_config(self): argument
517 def test_build_reconfig_remove_option(self): argument
542 def setUp(self): argument
546 def _json_for(self, log_file): argument
554 def test_failed_test_json(self): argument
560 def test_crashed_test_json(self): argument
566 def test_skipped_test_json(self): argument
572 def test_no_tests_json(self): argument
576 def test_nested_json(self): argument
583 def __eq__(self, other): argument
587 def setUp(self): argument
601 def test_config_passes_args_pass(self): argument
606 def test_build_passes_args_pass(self): argument
612 def test_exec_passes_args_pass(self): argument
620 def test_run_passes_args_pass(self): argument
628 def test_exec_passes_args_fail(self): argument
634 def test_run_passes_args_fail(self): argument
643 def test_exec_no_tests(self): argument
652 def test_exec_raw_output(self): argument
660 def test_run_raw_output(self): argument
669 def test_run_raw_output_kunit(self): argument
678 def test_run_raw_output_invalid(self): argument
684 def test_run_raw_output_does_not_take_positional_args(self): argument
692 def test_exec_timeout(self): argument
699 def test_run_timeout(self): argument
707 def test_run_builddir(self): argument
715 def test_config_builddir(self): argument
720 def test_build_builddir(self): argument
726 def test_exec_builddir(self): argument
733 def test_run_kunitconfig(self): argument
744 def test_config_kunitconfig(self): argument
755 def test_config_alltests(self): argument
768 def test_run_multiple_kunitconfig(self, mock_linux_init): argument
780 def test_run_kconfig_add(self): argument
791 def test_run_qemu_args(self): argument
802 def test_run_kernel_args(self): argument
809 def test_list_tests(self): argument
821 def test_run_isolated_by_suite(self, mock_tests): argument
834 def test_run_isolated_by_test(self, mock_tests): argument