dsoprea / PyInotify

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.
GNU General Public License v2.0
242 stars 73 forks source link

Provide test.sh within release tarballs #100

Open ZhengQ2 opened 1 year ago

ZhengQ2 commented 1 year ago

Hello,

I am working on enabling inotify's tests on the Yocto project. In the project we directly fetch the source code from pypi (which you can see here: http://layers.openembedded.org/layerindex/recipe/308124/), however the tarballs from pypi does not provide test suites like some of the other python packages do. If you can add test suites to the pypi tarball releases, it would be much appreciated.

Sincerely, Zheng