• Edward Betts's avatar
    Include tests in release source tarball · 11795703
    Edward Betts yazdı
    A test suite is a very useful thing, it would be great to include it in the pypi release tarball. That way people who download and build the release can run the tests to ensure the library is working.
    
    Linux distributions, such as Debian, base their packages of Python modules on the pypi release. This means the test suite can be run when building a Debian package, it should catch mistakes in the packaging or errors in dependencies.
    
    I've written some more on this topic on the Debian Python mailing list.
    
    https://lists.debian.org/debian-python/2016/04/msg00074.html
    11795703
Adı
Son kayıt (commit)
Son güncelleme
astor Loading commit data...
docs Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CHANGES Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
Makefile Loading commit data...
README.rst Loading commit data...
requirements-dev.txt Loading commit data...
requirements-tox.txt Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
setuputils.py Loading commit data...
tox.ini Loading commit data...