launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #03785
testrepository & launchpad
At the EPIC I mentioned test repository as a support tool for running
launchpad tests. I've added some notes to
https://dev.launchpad.net/Testing about it.
The short story is:
apt-get install testrepository
cd launchpad/lp-branches/devel
testr init
# make a branch test fail
#...
# then
testr run branch # or any test specification
testr failing
testr run --failing # reruns just the known failing tests.
Jelmer uses this a lot, jml knows how it works and obviously so do I.
Aaron grabbed me for a quick tutorial today and seems to like it -
that gives use all three major timezones someone with fluency. I think
you'll find it really helpful even though it has a few rough edges
(e.g. it has no output until the test run finishes at the moment).
Please give it a spin, I'm sure it will stop you having to copy and
paste as much as I've seen some folk doing :)
Cheers,
Rob
Follow ups