From db35bda2195401d93ebbb668384feb24ea66ad3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 15 Aug 2012 19:54:59 +0200 Subject: [PATCH] Run the diff tests --- test/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__init__.py b/test/__init__.py index eb93127..21ea014 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -36,7 +36,7 @@ import unittest names = ['blob', 'commit', 'config', 'index', 'refs', 'repository', 'revwalk', - 'tag', 'tree', 'signature', 'status', 'treebuilder'] + 'tag', 'tree', 'signature', 'status', 'treebuilder', 'diff'] def test_suite(): modules = ['test.test_%s' % n for n in names] return unittest.defaultTestLoader.loadTestsFromNames(modules)