X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Ftests%2Fpatchparser.py;fp=apps%2Fpatchwork%2Ftests%2Fpatchparser.py;h=5c8c41208f837f096661ef8b07a170a5a6177d81;hb=f6e0464d987dc00fa5e9e31972c98196be4fb6b9;hp=7013e851f835bf0130be661c06e908962b33d331;hpb=4bc2c34df5e5eb3e7153286f59aa8bdaf0c23dc0;p=patchwork diff --git a/apps/patchwork/tests/patchparser.py b/apps/patchwork/tests/patchparser.py index 7013e85..5c8c412 100644 --- a/apps/patchwork/tests/patchparser.py +++ b/apps/patchwork/tests/patchparser.py @@ -373,3 +373,13 @@ class GitPullWithDiffTest(PatchTest): patch.content.startswith('diff --git a/arch/x86/include/asm/smp.h'), patch.content) self.assertTrue(comment is not None) + +class GitPullGitSSHUrlTest(GitPullTest): + mail_file = '0004-git-pull-request-git+ssh.mbox' + +class GitPullSSHUrlTest(GitPullTest): + mail_file = '0005-git-pull-request-ssh.mbox' + +class GitPullHTTPUrlTest(GitPullTest): + mail_file = '0006-git-pull-request-http.mbox' +