Removes isInParallel

This commit is contained in:
luke
2021-08-13 10:14:01 +01:00
parent 45e76a6df6
commit 03d34e9a10
9 changed files with 8 additions and 50 deletions

View File

@ -485,11 +485,6 @@
✓ it can call chained macro method
✓ it will throw exception from call if no macro exists
WARN Tests\Features\Parallel
- it can determine in the test case if it is running in parallel
✓ it can determine in the test case if it is not running in parallel
✓ it can skip using the test case based on parallel status
PASS Tests\Features\PendingHigherOrderTests
✓ get 'foo'
✓ get 'foo' → get 'bar' → expect true → toBeTrue
@ -652,5 +647,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 10 skipped, 421 passed
Tests: 4 incompleted, 9 skipped, 419 passed