aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 19:42:36 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:14 +0200
commit1648fb6210bbd2f28c958d9f8cec79b908373241 (patch)
tree1835546397d017e46da9a986795acc7eac3af95a /tests
parent67c318ab75ef16bd4a0e9c9eb4fc5c1b7f94e012 (diff)
test_Control.py: flake8 clean
Diffstat (limited to 'tests')
-rw-r--r--tests/test_Control.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_Control.py b/tests/test_Control.py
index aad7a989..da70b1e9 100644
--- a/tests/test_Control.py
+++ b/tests/test_Control.py
@@ -4,7 +4,7 @@
Test L{gbp.deb.control.Control}
"""
-from . import context
+from . import context # noqa: 401
cl_debian = """Source: git-buildpackage
Section: vcs
@@ -40,6 +40,7 @@ Description: Suite to help with Debian packages in Git repositories
* gbp-create-remote-repo: create remote repositories
"""
+
def test_parse_control():
"""
Parse a the control of debian package
@@ -72,6 +73,7 @@ def test_parse_control():
"""
+
def test_no_control_error():
"""
Raise an error if no control file exist or is empty