Mercurial > hg > CommitWatcher
comparison tests/unit.py @ 12:a0ff003319ec
foo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 28 Sep 2013 06:40:25 -0700 |
parents | 546695da018c |
children | fc91a93fcaee |
comparison
equal
deleted
inserted
replaced
11:546695da018c | 12:a0ff003319ec |
---|---|
16 class CommitWatcherUnitTest(unittest.TestCase): | 16 class CommitWatcherUnitTest(unittest.TestCase): |
17 | 17 |
18 def test_patch(self): | 18 def test_patch(self): |
19 """test parsing the files from a patch""" | 19 """test parsing the files from a patch""" |
20 | 20 |
21 files = | 21 diff = os.path.join(here, '41701d2c0341.diff') |
22 files = FeedAgentDiff.lsdiff(diff) | |
22 | 23 |
23 if __name__ == '__main__': | 24 if __name__ == '__main__': |
24 unittest.main() | 25 unittest.main() |
25 | 26 |