yahoo/pypirun

Versioned tests

Closed this issue · 3 comments

In order to package this for distros, versioned copies of the tests are needed.

Easiest approach is adding tags in GitHub.

Better is addings tests to the sdist, and check-manifest is a great tool to achieve this.

As an aside, there is also pip-run and pipx which do roughly the same thing. Merging efforts might be a good idea, if that hasnt already been considered and discarded.

Also vpip and vex are similar.