ktosiek / pytest-vcr

Py.test integration with VCR.py
MIT License
154 stars 25 forks source link

Include tests in PyPI tarball #31

Closed kmosiejczuk closed 4 years ago

kmosiejczuk commented 4 years ago

In OpenBSD we use the regression tests in order to make sure that updates work properly and that an update of a dependency doesn't break a package. Having the regression tests in the PyPI tarball makes that much easier.

Fixes #26

ktosiek commented 4 years ago

Makes sense, thank you for the PR.