Lines Matching full:self
36 def test_bugs_to_commit(self):
38 self.assert_execute_outputs(BugsToCommit(), None, "42\n77\n", expected_stderr)
40 def test_patches_in_commit_queue(self):
43 self.assert_execute_outputs(PatchesInCommitQueue(), None, expected_stdout, expected_stderr)
45 def test_patches_to_commit_queue(self):
50 self.assert_execute_outputs(PatchesToCommitQueue(), None, expected_stdout, expected_stderr, options=options)
54 self.assert_execute_outputs(PatchesToCommitQueue(), None, expected_stdout, expected_stderr, options=options)
56 def test_patches_to_review(self):
59 self.assert_execute_outputs(PatchesToReview(), None, expected_stdout, expected_stderr)
61 def test_tree_status(self):
63 self.assert_execute_outputs(TreeStatus(), None, expected_stdout)