adds tests

This commit is contained in:
Fabio Ivona
2021-10-09 12:03:12 +02:00
parent 70877bfad4
commit c3a445534b
2 changed files with 174 additions and 9 deletions

View File

@ -178,7 +178,12 @@
✓ not property calls
PASS Tests\Features\Expect\pipe
✓ pass
✓ pipe is applied and can stop pipeline
✓ pipe is run and can let the pipeline keep going
✓ intercept is applied
✓ intercept stops the pipeline
✓ interception is called only when filter is met
✓ intercept can be filtered with a closure
PASS Tests\Features\Expect\ray
✓ ray calls do not fail when ray is not installed
@ -723,5 +728,5 @@
✓ it is a test
✓ it uses correct parent class
Tests: 4 incompleted, 9 skipped, 479 passed
Tests: 4 incompleted, 9 skipped, 484 passed