diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 20:38:52 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-11-24 20:38:52 -0500 |
| commit | 77973125aac47e51a4a7be8fb9ae4e2b0ea38868 (patch) | |
| tree | 9ed5bfd9dc3533e3357cbfe66a88757135123c95 /setuptools/tests/test_develop.py | |
| parent | 9aa571d24a8da5a2e9dd09f6579464e7757992a1 (diff) | |
| download | python-setuptools-bitbucket-77973125aac47e51a4a7be8fb9ae4e2b0ea38868.tar.gz | |
Rename tests for clarity
Diffstat (limited to 'setuptools/tests/test_develop.py')
| -rw-r--r-- | setuptools/tests/test_develop.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py index 35f3ea25..725c4ce2 100644 --- a/setuptools/tests/test_develop.py +++ b/setuptools/tests/test_develop.py @@ -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'], |
