diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-21 07:45:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-21 07:45:30 -0400 |
| commit | 0c26459e6e97edc02afe43e71297a41e85cc261c (patch) | |
| tree | 18bbb1b682eb5dbbbb05b6e2db1603fee2718927 /setuptools/tests | |
| parent | 734b2dc9edc07e5cde14d11beb957e8602238bd8 (diff) | |
| parent | 789462de79c5f51ba24256d80ad2dac2e4fe2888 (diff) | |
| download | python-setuptools-git-0c26459e6e97edc02afe43e71297a41e85cc261c.tar.gz | |
Merge pull request #664 from stepshal/blank_line
Add missing blank line.
Diffstat (limited to 'setuptools/tests')
| -rw-r--r-- | setuptools/tests/test_bdist_egg.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/tests/test_bdist_egg.py b/setuptools/tests/test_bdist_egg.py index 5aabf404..c77aa226 100644 --- a/setuptools/tests/test_bdist_egg.py +++ b/setuptools/tests/test_bdist_egg.py @@ -9,6 +9,7 @@ from setuptools.dist import Distribution from . import contexts + SETUP_PY = """\ from setuptools import setup @@ -27,6 +28,7 @@ def setup_context(tmpdir): class Test: + def test_bdist_egg(self, setup_context, user_override): dist = Distribution(dict( script_name='setup.py', |
