We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eac1ff commit 068ed57Copy full SHA for 068ed57
.gitignore
@@ -4,6 +4,7 @@ env2/
4
env3/
5
6
*.py[cod]
7
+.ropeproject
8
9
# C extensions
10
*.so
tests/test_patch.py
@@ -559,7 +559,6 @@ def test_git_oneline_change(self):
559
]
560
561
results = list(wtp.parse_patch(text))
562
- print results
563
self.assertEqual(results, expected)
564
565
def test_git_oneline_rm(self):
@@ -585,7 +584,6 @@ def test_git_oneline_rm(self):
585
584
586
587
588
589
590
591
def test_git_header(self):
0 commit comments