Skip to content

Commit c65dc41

Browse files
committed
Rename the test class
1 parent 12e08ff commit c65dc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/scripts/stable_abi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def gen_ctypes_test(manifest, args, outfile):
272272
import unittest
273273
from ctypes import pythonapi
274274
275-
class TestLimitedCAPI(unittest.TestCase):
275+
class TestStableABIAvailability(unittest.TestCase):
276276
def test_available_symbols(self):
277277
for symbol_name in SYMBOL_NAMES:
278278
with self.subTest(symbol_name):

0 commit comments

Comments
 (0)