Commit 359a8089 authored by Jason R. Coombs's avatar Jason R. Coombs

Use pytest for test discovery in build_ext

parent 615fc93e
"""build_ext tests """build_ext tests
""" """
import unittest
import distutils.command.build_ext as orig import distutils.command.build_ext as orig
from setuptools.command.build_ext import build_ext from setuptools.command.build_ext import build_ext
from setuptools.dist import Distribution from setuptools.dist import Distribution
class TestBuildExtTest(unittest.TestCase): class TestBuildExt:
def test_get_ext_filename(self): def test_get_ext_filename(self):
""" """
......
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