« Previous | Next » 

Revision 21bbbc9b

ID21bbbc9becc0390955779e96f73329e9ede2dd51

Added by Vangelis Koukis over 12 years ago

Execute integration tests in parallel

Add support for execution of integration tests in parallel,
in processes executing distinct instances of the TextTestRunner.

A single TestCase runs in the same process, so class fixtures work.
Distinct subclasses of TestCase are run in parallel and may share no
data.

Refs #1155

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences