testing-cabal / mock

The Python mock library

Home Page:https://docs.python.org/dev/library/unittest.mock.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source tarball does not distribute tests

ngie-eign opened this issue · comments

Some upstream groups rely on the tests to provide a green light on whether or not a port or upgrade is worth performing.

mock has tests in git, but it doesn't make them available in the source project. Thus, there's no way to test the code without having a git checkout with the corresponding release tag.

Example: I needed to pull the sources from GitHub using the commit hash, instead of using the release tagged tarball.

Does PR #468 solve this?

Yep :-)