From 67c318ab75ef16bd4a0e9c9eb4fc5c1b7f94e012 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 9 Sep 2016 19:38:26 +0200 Subject: test_GitModifyer: flake8 clean --- tests/test_GitModifier.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_GitModifier.py b/tests/test_GitModifier.py index 8e7930e8..5c3eb406 100644 --- a/tests/test_GitModifier.py +++ b/tests/test_GitModifier.py @@ -4,7 +4,8 @@ Test L{gbp.git.GitModifier} """ -from . import context +from . import context # noqa: F401 + def test_author(): """ @@ -38,6 +39,7 @@ def test_author(): >>> modifier['date'] """ + def test_date(): """ Methods tested: @@ -69,6 +71,7 @@ def test_date(): '+0000' """ + def test_dict(): """ Test C{dict} interface @@ -79,4 +82,3 @@ def test_dict(): >>> sorted(modifier.items()) [('date', '1 +0000'), ('email', 'bar'), ('name', 'foo')] """ - -- cgit v1.2.3