bfile tests
Martin Geisler
mg at lazybytes.net
Mon Nov 2 12:29:24 CST 2009
Greg Ward <greg-hg at gerg.ca> writes:
> What do other extension developers do to leverage Mercurial's test
> infrastructure? I suppose I could commit a copy of run-tests.py.
I haven't found a better way than committing run-tests.py. I've done
this for the hg-eol extension:
http://bitbucket.org/mg/hg-eol/src/
It only works when you use the Makefile, it takes care to add --with-hg
to run-tests.py so that it uses the hg in your PATH.
I got this from the histedit extension:
http://bitbucket.org/durin42/histedit/src/
So now we can start a trend :-)
--
Martin Geisler
VIFF (Virtual Ideal Functionality Framework) brings easy and efficient
SMPC (Secure Multiparty Computation) to Python. See: http://viff.dk/.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://selenic.com/pipermail/mercurial/attachments/20091102/861c4049/attachment.pgp
More information about the Mercurial
mailing list