Pytest 3.1.3

2017-07-04 Thread Bruno Oliveira
Hi everyone, pytest 3.1.3 has just been released to PyPI. This is a bug-fix release, being a drop-in replacement. To upgrade:: pip install --upgrade pytest The full changelog is available at http://doc.pytest.org/en/latest/changelog.html. Thanks to all who contributed to this release, among

Vulture 0.15

2017-07-04 Thread Jendrik Seipp
vulture - Find dead code Vulture finds unused classes, functions, imports and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code. Due to Python's dynamic nature,