Skip to content

Fix issue #39 : Runs all tests and output summary even when an assert fails or...

Luis Panadero Guardeño requested to merge Zardoz89/silly:fix/#39 into master

Fix issue #39 (closed) : Runs all tests and output summary even when an assert fails or an exception it's throw

Have a "fail fast" option (--fail-fast) that keeps the old behavior of stooping when an assertion fails or a exception it's throw.

image

Merge request reports