mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
This eliminates the duplication of functionally identical helpers in the _testinternalcapi and _xxsubinterpreters modules.
This commit is contained in:
parent
f341d6017d
commit
857d3151c9
10 changed files with 527 additions and 313 deletions
|
|
@ -28,9 +28,9 @@ class TestBase(_TestBase):
|
|||
|
||||
class LowLevelTests(TestBase):
|
||||
|
||||
# The behaviors in the low-level module is important in as much
|
||||
# as it is exercised by the high-level module. Therefore the
|
||||
# most # important testing happens in the high-level tests.
|
||||
# The behaviors in the low-level module are important in as much
|
||||
# as they are exercised by the high-level module. Therefore the
|
||||
# most important testing happens in the high-level tests.
|
||||
# These low-level tests cover corner cases that are not
|
||||
# encountered by the high-level module, thus they
|
||||
# mostly shouldn't matter as much.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue