Skip to content
  • Vangelis Koukis's avatar
    Execute integration tests in parallel · 92c1c259
    Vangelis Koukis authored
    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
    92c1c259