aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/16_test_supercommand.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-09 19:59:44 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-12 08:52:14 +0200
commitca74554e64278b709176f9a14a62ba1bf4257ad3 (patch)
tree3a33ce9a42c00dbfeda1fd9a1accfadeba90265c /tests/16_test_supercommand.py
parent64350e14020201442af80bbcca866ab6268badda (diff)
16_test_supercommand: flake8 clean
Diffstat (limited to 'tests/16_test_supercommand.py')
-rw-r--r--tests/16_test_supercommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/16_test_supercommand.py b/tests/16_test_supercommand.py
index 25529777..65f4b105 100644
--- a/tests/16_test_supercommand.py
+++ b/tests/16_test_supercommand.py
@@ -19,6 +19,7 @@ import sys
import unittest
import gbp.scripts.supercommand
+
class TestSuperCommand(unittest.TestCase):
def test_import(self):
@@ -52,4 +53,3 @@ class TestSuperCommand(unittest.TestCase):
def test_missing_arg(self):
self.assertEqual(gbp.scripts.supercommand.supercommand(
['argv0']), 1)
-