Hynek Schlawack 10/19/2015

Testing & Packaging

Read Original

This article details why using a `src` directory layout in Python projects prevents common packaging and testing pitfalls by ensuring tests run against the installed package. It provides configuration examples for tools like setuptools and discusses methods for aggregating code coverage reports across multiple, parallel tox environments to support multi-version Python projects effectively.

Testing & Packaging

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week