aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/08_test_patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/08_test_patch.py')
-rw-r--r--tests/08_test_patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/08_test_patch.py b/tests/08_test_patch.py
index 92a6739f..7aa6048a 100644
--- a/tests/08_test_patch.py
+++ b/tests/08_test_patch.py
@@ -7,6 +7,7 @@ import unittest
from gbp.patch_series import Patch
+
class TestPatch(unittest.TestCase):
data_dir = "tests/%s_data" % __module__
@@ -35,4 +36,3 @@ class TestPatch(unittest.TestCase):
"It can span several lines.\n",
p.long_desc)
self.assertEqual('Sat, 24 Dec 2011 12:05:53 +0100', p.date)
-