Commit adda5ac7 authored by Jason R. Coombs's avatar Jason R. Coombs

Extract var

parent 23c128e6
......@@ -77,13 +77,14 @@ def sample_test(tmpdir_cwd):
class TestTestTest:
def test_test(self):
dist = Distribution(dict(
params = dict(
name='foo',
packages=['name', 'name.space', 'name.space.tests'],
namespace_packages=['name'],
test_suite='name.space.tests.test_suite',
use_2to3=True,
))
)
dist = Distribution(params)
dist.script_name = 'setup.py'
cmd = test(dist)
cmd.user = 1
......
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