facile-it / paraunit

Run PHPUnit tests in parallel
https://engineering.facile.it/paraunit/
Apache License 2.0
133 stars 14 forks source link

PHPUnit version visibility #212

Open keradus opened 1 year ago

keradus commented 1 year ago

Hey, I recently started using the tool and noticed the following thing.

When running PHPUnit directly, I see the credits and version of the tool:

ker@d ~/github/PHP-CS-Fixer λ ./vendor/bin/phpunit 
PHPUnit 9.6.10 by Sebastian Bergmann and contributors.

Testing 
..........................

When I run tests via paraunit, this detail is not visible

PHPUnit 9.6.10 by Sebastian Bergmann and contributors.

Testing 
.......................................................................................................................................................................................   183 / 33841 (  0%)
..^C
ker@d ~/github/PHP-CS-Fixer λ ./vendor/bin/paraunit run -vvv                                          

PARAUNIT v.1.3.0
by Francesco Panina, Alessandro Lai & Shark Dev Team @ Facile.it
..........................................................................    74

as software I am crafting allows for range of versions, I would love to see which one is in use.