[PATCH V7] run-tests: added '--json' functionality to store test result in json file

Pierre-Yves David pierre-yves.david at ens-lyon.org
Mon Sep 8 09:41:23 CDT 2014



On 09/04/2014 07:03 PM, Anurag Goel wrote:
> # HG changeset patch
> # User anuraggoel <anurag.dsps at gmail.com>
> # Date 1409849188 -19800
> #      Thu Sep 04 22:16:28 2014 +0530
> # Node ID 12594a67fea7b83e56d5b8daef91fca21aad7bb0
> # Parent  188b8aa2120b03eead618ba150319074f4e3b42b
> run-tests: added '--json' functionality to store test result in json file

This version was eventually pushed to the clowncopter after a couple of 
fixes:

- dropped the "else:" after the "if …: raise". The else is useless as 
the "raise" would terminate the flow anyway.

- fixed your @#34%$#$ wrapping. Please align with the opening bracket

- used "{}" instead of "dict()"

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list