d4fe273b2fbda2592bd1238791e782c50c4fa1c2
the leakage came down to a problematic bit of the stdlib logging module: it takes ownerships of stdout/stderr making it hard for pytest to implement clean capturing. The current work around is to add some extra code in the setup machinery of pytest's own tests which actually closes sub-FDs.
py.test is a simple and popular testing tool for Python. See http://pytest.org for more documentation.
Description
Languages
Python
100%