2017 © Pedro Peláez
 

library paraunit

A parallel execution wrapper for PHPUnit

image

jlipps/paraunit

A parallel execution wrapper for PHPUnit

  • Tuesday, October 2, 2012
  • by jlipps
  • Repository
  • 2 Watchers
  • 14 Stars
  • 17,078 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

paraunit

A parallel wrapper for PHPUnit. Run this file instead of PHPUnit and you can pass in the number of parallel PHPUnit processes you want to use on your tests., (*1)

Tests are found by grepping files for test*() and run in individual processes, up to the max concurrency you set, until all tests are finished. This means _tests must be logically independent!_, (*2)

Usage

Install using composer. Then do this:, (*3)

vendor/bin/paraunit (-pPROCESSES|--processes=PROCESSES) --path=TEST_PATH/TEST_GLOB --phpunit=PATH/TO/PHPUNIT, (*4)

Todo

  • Handle more kinds of output from phpunit
  • Try to use PHPUnit to get file list / test name list
  • See if anything can be done about test dependencies

The Versions

02/10 2012

dev-master

9999999-dev http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing

02/10 2012

v0.1.5

0.1.5.0 http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing

02/10 2012

v0.1.4

0.1.4.0 http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing

02/10 2012

v0.1.3

0.1.3.0 http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing

02/10 2012

v0.1.2

0.1.2.0 http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing

29/09 2012

v0.1.1

0.1.1.0 http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing

25/09 2012

v0.1.0

0.1.0.0 http://github.com/jlipps/paraunit

A parallel execution wrapper for PHPUnit

  Sources   Download

Apache-2

The Requires

 

phpunit testing