pypi pytest-qt 1.5.1
Capturing exceptions during test tear down

latest releases: 4.4.0, 4.3.1, 4.2.0...
8 years ago

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).

Don't miss a new pytest-qt release

NewReleases is sending notifications on new releases.