summaryrefslogtreecommitdiffstats
path: root/apps/patchwork/tests/patchparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/patchwork/tests/patchparser.py')
-rw-r--r--apps/patchwork/tests/patchparser.py10
1 files changed, 10 insertions, 0 deletions
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'
+