Opened at 2011-07-18T19:49:36Z
Last modified at 2013-09-08T20:26:52Z
#74 new enhancement
run tests automatically when building packages
Reported by: | zooko | Owned by: | PenguinOfDoom |
---|---|---|---|
Priority: | major | Milestone: | |
Version: | 0.5.19 | Keywords: | |
Cc: | Launchpad Bug: |
Description (last modified by zooko)
In ticket #73 it turned out that there was a bug in some packages that PenguinOfDoom built for us. If python setup.py bdist_egg would automatically run the unit tests before building the package, then this would be detected immediately. To configure the build system to do this, simply add to setup.cfg:
[aliases] bdist_egg = test bdist_egg
Change History (2)
comment:1 Changed at 2011-07-18T19:50:25Z by zooko
- Description modified (diff)
comment:2 Changed at 2013-09-08T20:26:52Z by amontero
Note: See
TracTickets for help on using
tickets.
Sent pull request to github repo:
https://github.com/tahoe-lafs/pycryptopp/pull/24