mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
032058cb62
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 commitc6a566e47b) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> (cherry picked from commit06cad77a5b)