cpython/Lib/test/test_importlib/resources
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
_path.py
test_compatibilty_files.py
test_contents.py
test_custom.py
test_files.py
test_functional.py [3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815) 2025-01-20 11:19:00 +02:00
test_open.py
test_path.py
test_read.py
test_reader.py
test_resource.py
util.py
zip.py