ryanmcgrath / twython

Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs.
http://stackoverflow.com/questions/tagged/twython
MIT License
1.85k stars 397 forks source link

Include tests in source tarball #507

Closed jayvdb closed 4 years ago

jayvdb commented 5 years ago

Continuing https://github.com/ryanmcgrath/twython/issues/353 , tests should be part of the source tarball, to be used by people downloading the source to verify their environment works correct. e.g. rpm spec for python packages use the tests to confirm that the package is still ok after each change to other parts of the OS.