cpython/Lib/test/support
Serhiy Storchaka 032058cb62
[3.12] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815) (GH-129059)
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 c6a566e47b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 06cad77a5b)
2025-01-20 12:06:02 +00:00
..
_hypothesis_stubs
__init__.py [3.12] gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (GH-125042) (GH-125526) 2024-10-16 14:44:37 +02:00
ast_helper.py
asynchat.py
asyncore.py
bytecode_helper.py
hashlib_helper.py
hypothesis_helper.py
i18n_helper.py [3.12] gh-126413: Add translation tests for getopt and optparse (GH-126698) (GH-126756) 2024-11-15 13:07:16 +02:00
import_helper.py [3.12] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843) (GH-124854) 2024-10-01 16:22:05 +00:00
interpreters.py
logging_helper.py
os_helper.py
pty_helper.py [3.12] gh-108303: Move all doctest related files and tests to Lib/test/test_doctest/ (GH-112109) (#114254) 2024-01-18 16:25:04 +00:00
script_helper.py [3.12] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124426) 2024-09-24 08:53:54 +00:00
smtpd.py [3.12] gh-108303: Move smtpd to test.support (GH-114368) (#114427) 2024-01-22 14:08:31 +00:00
socket_helper.py
testcase.py [3.12] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815) (GH-129059) 2025-01-20 12:06:02 +00:00
threading_helper.py
venv.py [3.12] GH-126789: fix some sysconfig data on late site initializations 2024-11-17 00:26:59 +00:00
warnings_helper.py