Request : make tests available in pypi tgz
Hi, I would like to see tests also included in pypi tgz, so in terms of packaging (in my case openSUSE) it would allow to run the tests during the build.
The second benefit, would make the github tar.gz and pypi tar.gz identical. Thanks for your consideration.
There are additional packages required to run the tests (see test_requirements.txt). I don't know much about openSUSE packaging, so maybe that's doable, but it's something to keep in mind.
@tigerfoot Would it be possible for you to get the source tarball from GitHub instead of PyPI? The GitHub one includes the entire working directory at release.
test files are in sdist (incl. data from ee2a260e0bc28c158f2033c05611845c1d332783) as far as I can tell