Kaydet (Commit) 1bef9075 authored tarafından Gregory P. Smith's avatar Gregory P. Smith

issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only.

üst 054b065f
......@@ -719,7 +719,8 @@ class PyIOTest(IOTest):
pass
class CPyMatchTest(unittest.TestCase):
@support.cpython_only
class APIMismatchTest(unittest.TestCase):
@unittest.skip('test to be fixed by issue 9858')
def test_RawIOBase_io_in_pyio_match(self):
......@@ -3733,7 +3734,7 @@ class PySignalsTest(SignalsTest):
def load_tests(*args):
tests = (CIOTest, PyIOTest, CPyMatchTest,
tests = (CIOTest, PyIOTest, APIMismatchTest,
CBufferedReaderTest, PyBufferedReaderTest,
CBufferedWriterTest, PyBufferedWriterTest,
CBufferedRWPairTest, PyBufferedRWPairTest,
......
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