kevin1024 / pytest-httpbin

Easily test your HTTP library against a local copy of httpbin.org
MIT License
189 stars 30 forks source link

Include tests in PyPI tarball #51

Closed dotlambda closed 5 years ago

kevin1024 commented 5 years ago

Thanks for the PR. I would like a bit more context for this change before accepting it. Closing for now until I hear back!

dotlambda commented 5 years ago

Including tests is useful for downstream distributions to test if the package works correctly with their build recipe. Also, it provides a way to test if the dependencies as they are packaged by the distribution are compatible. We try to test every Python package possible over at https://github.com/NixOS/nixpkgs.