Ticket #199 (closed enhancement: wontfix)

Opened 4 years ago

Last modified 3 years 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

comment:1 Changed 4 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.

comment:2 Changed 4 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

comment:3 Changed 3 years 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.