New issue 657: Errors in teardown_module erroneously attached to last executed
test
https://bitbucket.org/hpk42/pytest/issue/657/errors-in-teardown_module-erroneously
David MacIver:
Consider a test suite like the following:
```
#!python
def teardown_module(module):
assert False
def test_
New issue 658: Handling of SystemExit if different pid (after os.fork)
https://bitbucket.org/hpk42/pytest/issue/658/handling-of-systemexit-if-different-pid
Torsten Landschoff:
Hi *,
I am trying to use our self written ForkServer (something like
https://hg.python.org/cpython/file/c917ba25c007/Li