aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-01 17:33:02 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-01 17:33:02 -0500
commit0003313ff59f74efe21893a7278c5e89ba58afea (patch)
tree71e290ce1296114a1f95cacbf05c22f6839d0683 /setuptools
parent1cbdf581186e1f34f1e48673f5faf60922e66799 (diff)
downloadexternal_python_setuptools-0003313ff59f74efe21893a7278c5e89ba58afea.tar.gz
external_python_setuptools-0003313ff59f74efe21893a7278c5e89ba58afea.tar.bz2
external_python_setuptools-0003313ff59f74efe21893a7278c5e89ba58afea.zip
Correct naming artifact.
Diffstat (limited to 'setuptools')
-rw-r--r--setuptools/tests/test_bdist_egg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_bdist_egg.py b/setuptools/tests/test_bdist_egg.py
index d29ef441..08bc75d7 100644
--- a/setuptools/tests/test_bdist_egg.py
+++ b/setuptools/tests/test_bdist_egg.py
@@ -40,7 +40,7 @@ def setup_context(tmpdir):
yield tmpdir
-class TestDevelopTest:
+class Test:
def test_bdist_egg(self, setup_context, user_override):
dist = Distribution(dict(
script_name='setup.py',