Commit 0003313f authored by Jason R. Coombs's avatar Jason R. Coombs

Correct naming artifact.

parent 1cbdf581
...@@ -40,7 +40,7 @@ def setup_context(tmpdir): ...@@ -40,7 +40,7 @@ def setup_context(tmpdir):
yield tmpdir yield tmpdir
class TestDevelopTest: class Test:
def test_bdist_egg(self, setup_context, user_override): def test_bdist_egg(self, setup_context, user_override):
dist = Distribution(dict( dist = Distribution(dict(
script_name='setup.py', script_name='setup.py',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment