cpython/Lib/test/test_gdb
Serhiy Storchaka c6a566e47b
[3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815)
Add a mix-in class ExtraAssertions containing the following methods:

* assertHasAttr() and assertNotHasAttr()
* assertIsSubclass() and assertNotIsSubclass()
* assertStartsWith() and assertNotStartsWith()
* assertEndsWith() and assertNotEndsWith()

(cherry picked from commit 06cad77a5b)
2025-01-20 11:19:00 +02:00
..
__init__.py [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572) (#123601) 2024-09-02 23:10:52 +09:00
gdb_sample.py
test_backtrace.py Fix incorrect usage of `support.requires_gil_enabled` (#118170) 2024-04-25 11:11:59 -04:00
test_cfunction.py
test_cfunction_full.py gh-110166: Fix gdb CFunctionFullTests on ppc64le clang build (#110331) 2023-10-04 08:57:35 +00:00
test_misc.py
test_pretty_print.py
util.py [3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815) 2025-01-20 11:19:00 +02:00