Skip to content

Capturing exceptions during test tear down

Compare
Choose a tag to compare
@nicoddemus nicoddemus released this 01 Aug 19:07
· 828 commits to master since this release

Exceptions are now captured also during test tear down, as delayed events will get processed then and might raise exceptions in virtual methods; this is specially problematic in PyQt5.5, which changed the behavior to call abort by default, which will crash the interpreter. (#65, thanks @The-Compiler).