-
Notifications
You must be signed in to change notification settings - Fork 53
Add tests to PyPI source tarball? #52
Copy link
Copy link
Open
Description
Could you include tests in the source tarball in PyPI? I think it's typically considered good practice:
- https://docs.python.org/2/distutils/sourcedist.html#specifying-the-files-to-distribute
- https://stackoverflow.com/a/20180000
Many significant Python packages (e.g., numpy, scipy, pandas) are including the tests in PyPI source tarball. This makes it possible to use the official PyPI release and run tests to check that everything is working.
Alternatively, I can use GitHub, but then it'd be nice if the PyPI releases were tagged on GitHub so I know which commit is which release exactly.
I'm packaging pytzwhere to a Linux distro and as part of the building process, the unit tests are run, that's why I'd like to have the tests available while using the official release from PyPI.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels