[TIP] detox-0.9: speeding up tox/test runs with NUM(CORES)

Kumar McMillan kumar.mcmillan at gmail.com
Thu Jun 14 09:18:50 PDT 2012


Thanks Holger! Excellent work

On Wed, Jun 13, 2012 at 9:26 AM, holger krekel <holger at merlinux.eu> wrote:

> Morning all,
>
> be the goats with you.
>
> I've finally released detox-0.9 to PYPI which brings parallelizing
> tox/test runs to your console, driving the test runner of your choice.
> detox has the same options and invocation as the good old
> one-step-after-the-other tox, the virtualenv-based generic test runner
> (see http://tox.testrun.org).
>
> install detox (and get tox installed for free!) with:
>
>    pip install detox
>
> and run it on a project which already has a tox.ini
> with some environments:
>
>    detox -e py26,py27,pypy
>
> to have all happen in parallel (packaging, virtualenv-creation,
> installation of deps, running of tests).
>
> Be the first to report issues to:
>
>    http://bitbucket.org/hpk42/detox/issues
>
> best,
> holger
>
> P.S.: due to the recent refactoring of tox and due to the superiority
> of greenlet-based programming models, detox is only 175 lines of
> somewhat easy to read code :)
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20120614/c2b4e6f5/attachment.htm>


More information about the testing-in-python mailing list