comparison hgweb.cgi @ 21426:791bdd65acd3

run-tests: initial support for running tests with unittest The unittest package in Python's standard library provides an almost universal mechanism for defining and running tests. This patch starts the process of making run-tests.py talk to it. The main benefit of speaking unittest is that this will enable Mercurial's tests to be more easily consumed by other testing tools, like nose. This is useful for 3rd party extensions having their own test infrastructure, for example. Running tests in unittest mode will not result in completely sane behavior until the unittest mode is made the default execution mode. Expect things like double printing of output until support stabilizes.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Apr 2014 11:22:08 -0700
parents 85cba926cb59
children 4b0fc75f9403
comparison
equal deleted inserted replaced
21425:242637139efb 21426:791bdd65acd3