mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
Add the following methods: * assertHasAttr() and assertNotHasAttr() * assertIsSubclass() and assertNotIsSubclass() * assertStartsWith() and assertNotStartsWith() * assertEndsWith() and assertNotEndsWith() Also improve error messages for assertIsInstance() and assertNotIsInstance(). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gdb_sample.py | ||
| test_backtrace.py | ||
| test_cfunction.py | ||
| test_cfunction_full.py | ||
| test_misc.py | ||
| test_pretty_print.py | ||
| util.py | ||