[Pytest-commit] Issue #657: Errors in teardown_module erroneously attached to last executed test (hpk42/pytest)

2015-01-14 Thread David MacIver
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_

[Pytest-commit] Issue #658: Handling of SystemExit if different pid (after os.fork) (hpk42/pytest)

2015-01-14 Thread Torsten Landschoff
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