From 359a80897decd64a0d997005dc7cb731fc294133 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 1 Jan 2015 17:36:29 -0500 Subject: Use pytest for test discovery in build_ext --- setuptools/tests/test_build_ext.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setuptools/tests/test_build_ext.py') 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): """ -- cgit v1.2.1