Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #128

pytest-incremental - an incremental test runner

Date 2011-05-07 19:21 +0800
Subject pytest-incremental - an incremental test runner
From Eduardo Schettino <schettino72@gmail.com>
Newsgroups comp.lang.python.announce
Message-ID <mailman.1294.1304784486.9059.python-announce-list@python.org> (permalink)

Show all headers | View raw


pytest-incremental
====================

an incremental test runner (pytest plug-in)


What is an "incremental test runner" ?
=======================================

The idea is to execute your tests faster by executing not all of them
but only the "required" ones.

When talking about build-tools it is common to refer to the terms:

 * initial (full) build - all files are compiled
 * incremental build (or partial rebuild) - just changed files are compiled
 * no-op build - no files are compiled (none changed since last execution)

So an "incremental test runner" will only re-execute tests that were
affected
by changes in the source code since last successful execution.


docs: http://pypi.python.org/pypi/pytest-incremental
code: https://bitbucket.org/schettino72/pytest-incremental

.

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

pytest-incremental - an incremental test runner Eduardo Schettino <schettino72@gmail.com> - 2011-05-07 19:21 +0800

csiph-web