aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_build_ext.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-01 17:36:29 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-01 17:36:29 -0500
commit359a80897decd64a0d997005dc7cb731fc294133 (patch)
tree57bbf49354537ebfa3b27386e43453d804906f81 /setuptools/tests/test_build_ext.py
parent615fc93eba554dba65b3545ead2405014e2a4af8 (diff)
downloadexternal_python_setuptools-359a80897decd64a0d997005dc7cb731fc294133.tar.gz
external_python_setuptools-359a80897decd64a0d997005dc7cb731fc294133.tar.bz2
external_python_setuptools-359a80897decd64a0d997005dc7cb731fc294133.zip
Use pytest for test discovery in build_ext
Diffstat (limited to 'setuptools/tests/test_build_ext.py')
-rw-r--r--setuptools/tests/test_build_ext.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setuptools/tests/test_build_ext.py b/setuptools/tests/test_build_ext.py
index cc8a35e5..3f356aca 100644
--- a/setuptools/tests/test_build_ext.py
+++ b/setuptools/tests/test_build_ext.py
@@ -1,12 +1,11 @@
"""build_ext tests
"""
-import unittest
import distutils.command.build_ext as orig
from setuptools.command.build_ext import build_ext
from setuptools.dist import Distribution
-class TestBuildExtTest(unittest.TestCase):
+class TestBuildExt:
def test_get_ext_filename(self):
"""