How to test the mercurial project for Python3 compatibility warnings?!

Gregory Szorc gregory.szorc at gmail.com
Sat Feb 27 20:41:09 EST 2016


>From a hg checkout:

$ cd tests
$ ./run-tests.py

If you have multiple cores, you'll want to add -j<n> to run multiple tests
in parallel. e.g. `./run-tests.py -j8`.

If you have built locally (via `make local`), you can run `./run-tests.py
-l` to avoid having to build a temporary Mercurial install as part of
running the tests.


On Sat, Feb 27, 2016 at 3:15 AM, Wasim Thabraze <waseem.tabraze at gmail.com>
wrote:

> Hello,
>
> I'm Wasim, a Computer Science student with love for Python and mercurial.
> I'm really interested in contributing to 'Moving towards Python3' idea as a
> part of GSoC 2016.
>
> I started fixing the Python3 compatibility warnings in the project. I have
> also made a couple of changes.
>
> I would like to know how to run the project to test with the changes that
> I made. I actually ran 'run-tests.py' but in vain.
>
> Can someone please help me out with this?! Kindly forgive me if I sound
> too naive.
>
> Thank You.
>
>
> Regards,
> Wasim
> www.thabraze.me
>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20160227/fe41fb1b/attachment.html>


More information about the Mercurial-devel mailing list