#74 new enhancement

run tests automatically when building packages — at Version 1

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 (1)

comment:1 Changed at 2011-07-18T19:50:25Z by zooko

  • Description modified (diff)
Note: See TracTickets for help on using tickets.