Ticket #199 (closed enhancement: wontfix)

Opened 2 years ago

Last modified 18 months ago

BuildStep to run unit tests from installed packages instead of source tree

Reported by: zooko Owned by:
Priority: major Milestone: undecided
Version: 0.7.6 Keywords:
Cc: zooko

Description

I probably should have opened this ticket on  http://buildbot.net instead of  http://allmydata.org in the first place:

 allmydata.org #348 (BuildBot step to run tests from package)

Change History

Changed 2 years ago by zooko

In order to avoid changing the host's system or requiring a VM, do this by installing into a local, newly created subdirectory, and then test the install by adding that directory to the PYTHONPATH.

Changed 2 years ago by warner

  • summary changed from !BuildStep to run unit tests from packages to BuildStep to run unit tests from installed packages instead of source tree

Changed 18 months ago by dustin

  • status changed from new to closed
  • resolution set to wontfix

This sounds like a pretty purpose-specific buildstep. In fact, I would probably implement it with a ShellCommand running a short shell script.

Note: See TracTickets for help on using tickets.