aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/test.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/command/test.py
parente3e21fd3d608d72ebe1ba2e4d2b3a59fbca76554 (diff)
downloadexternal_python_setuptools-6d11e88f938f09ef16db4c6064b6e74acba4db1d.tar.gz
external_python_setuptools-6d11e88f938f09ef16db4c6064b6e74acba4db1d.tar.bz2
external_python_setuptools-6d11e88f938f09ef16db4c6064b6e74acba4db1d.zip
Fix quantity of blank lines after code object.
Diffstat (limited to 'setuptools/command/test.py')
-rw-r--r--setuptools/command/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/command/test.py b/setuptools/command/test.py
index 39746a02..2d1adba8 100644
--- a/setuptools/command/test.py
+++ b/setuptools/command/test.py
@@ -14,6 +14,7 @@ from setuptools.py31compat import unittest_main
class ScanningLoader(TestLoader):
+
def loadTestsFromModule(self, module, pattern=None):
"""Return a suite of all tests cases contained in the given module
@@ -46,6 +47,7 @@ class ScanningLoader(TestLoader):
# adapted from jaraco.classes.properties:NonDataProperty
class NonDataProperty(object):
+
def __init__(self, fget):
self.fget = fget