discogs / discogs_client

DEPRECATED - Official Python Client for the Discogs API
http://www.discogs.com/developers
Other
479 stars 132 forks source link

Ship tests with sdist and hookup setup.py test command #42

Closed koobs closed 9 years ago

koobs commented 9 years ago

The discogs_client/tests directory is missing in the PyPi sdist. This precludes downstream packagers (and users) from running QA & tests.

While you're there, add test_suite='discogs_client.tests' to setup.py so the 'test' command just works.