summaryrefslogtreecommitdiff
path: root/setuptools/tests/__init__.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-07-12 22:00:43 +0700
committerstepshal <nessento@openmailbox.org>2016-07-13 06:00:42 +0700
commit6d11e88f938f09ef16db4c6064b6e74acba4db1d (patch)
tree18b8d914a2c4fc9f9e00d75a5b30330bb0d1942a /setuptools/tests/__init__.py
parente3e21fd3d608d72ebe1ba2e4d2b3a59fbca76554 (diff)
downloadpython-setuptools-git-6d11e88f938f09ef16db4c6064b6e74acba4db1d.tar.gz
Fix quantity of blank lines after code object.
Diffstat (limited to 'setuptools/tests/__init__.py')
-rw-r--r--setuptools/tests/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/__init__.py b/setuptools/tests/__init__.py
index 32447356..569b060f 100644
--- a/setuptools/tests/__init__.py
+++ b/setuptools/tests/__init__.py
@@ -40,6 +40,7 @@ needs_bytecode = pytest.mark.skipif(
reason="bytecode support not available",
)
+
class TestDepends:
def testExtractConst(self):
@@ -289,6 +290,7 @@ class TestFeatures:
with pytest.raises(SystemExit):
makeSetup(features={'x':Feature('x', remove='y')})
+
class TestCommandTests:
def testTestIsCommand(self):