mirror of
https://github.com/python/cpython.git
synced 2026-01-03 14:02:21 +00:00
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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _path.py | ||
| test_compatibilty_files.py | ||
| test_contents.py | ||
| test_custom.py | ||
| test_files.py | ||
| test_functional.py | ||
| test_open.py | ||
| test_path.py | ||
| test_read.py | ||
| test_reader.py | ||
| test_resource.py | ||
| util.py | ||
| zip.py | ||