mirror of
https://github.com/python/cpython.git
synced 2026-01-31 03:32:07 +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 | ||
| gdb_sample.py | ||
| test_backtrace.py | ||
| test_cfunction.py | ||
| test_cfunction_full.py | ||
| test_misc.py | ||
| test_pretty_print.py | ||
| util.py | ||