Home | History | Annotate | Download | only in commands

Lines Matching full:self

35     def test_commit_message_for_current_diff(self):
41 self.assert_execute_outputs(CommitMessageForCurrentDiff(), [], expected_stdout=expected_stdout, tool=tool)
43 def test_clean_pending_commit(self):
44 self.assert_execute_outputs(CleanPendingCommit(), [])
46 def test_assign_to_committer(self):
49 self.assert_execute_outputs(AssignToCommitter(), [], expected_stderr=expected_stderr, tool=tool)
52 def test_obsolete_attachments(self):
54 self.assert_execute_outputs(ObsoleteAttachments(), [42], expected_stderr=expected_stderr)
56 def test_post(self):
58 self.assert_execute_outputs(Post(), [42], expected_stderr=expected_stderr)
60 def test_post(self):
62 self.assert_execute_outputs(LandSafely(), [42], expected_stderr=expected_stderr)
64 def test_prepare_diff_with_arg(self):
65 self.assert_execute_outputs(Prepare(), [42])
67 def test_prepare(self):
68 self.assert_execute_outputs(Prepare(), [])
70 def test_upload(self):
72 self.assert_execute_outputs(Upload(), [42], expected_stderr=expected_stderr)
74 def test_mark_bug_fixed(self):
84 self.assert_execute_outputs(MarkBugFixed(), [], expected_stderr=expected_stderr, tool=tool, options=options)
86 def test_edit_changelog(self):
87 self.assert_execute_outputs(EditChangeLogs(), [])