Vulture 0.29

2018-07-31 Thread Jendrik Seipp
Vulture - Find dead code Vulture finds unused code in Python programs. This is useful for cleaning up and finding errors in large code bases. If you run Vulture on both your library and test suite you can find untested code. Due to Python's dynamic nature, static code an

Trac 1.2.3 Released

2018-07-31 Thread Ryan Ollos
Trac 1.2.3 Released === Trac 1.2.3, the latest maintenance release for the current stable branch, is available. You will find this release at the usual places: *https://trac.edgewall.org/wiki/TracDownload#LatestStableRelease

pytest 3.7.0 released!

2018-07-31 Thread Bruno Oliveira
The pytest team is proud to announce the 3.7.0 release! pytest is a mature Python testing tool with more than a 2000 tests against itself, passing on many different interpreters and platforms. The highlight of this release is support for package-scoped fixtures (still experimental). Please try it