Commit 436be23a authored by Jason R. Coombs's avatar Jason R. Coombs

Rename tests for clarity

parent 951a3b9d
......@@ -50,10 +50,10 @@ def test_env(tmpdir, temp_user):
yield target
class TestDevelopTest:
class TestDevelop:
@pytest.mark.skipif(hasattr(sys, 'real_prefix'),
reason="Cannot run when invoked in a virtualenv")
def test_develop(self, test_env):
def test_2to3_user_mode(self, test_env):
settings = dict(
name='foo',
packages=['foo'],
......
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