pytestbot

Results 13 comments of pytestbot

Original comment by @RonnyPfannschmidt the patch is a good idea, but we need to take the new event handlers into account, might be a item for version 1.4

Original comment by @RonnyPfannschmidt indeed, pre python3.4 there can be interupted system calls - wrappers are required

_Original comment by_ **holger krekel (BitBucket: [hpk42](http://bitbucket.org/hpk42), GitHub: [hpk42](http://github.com/hpk42))**: --- depends on what you wants to do exactly but here is a workaround using internal objects: ``` #!python import pytest...