Skip to content

test_runner: run t.after() if test body throws

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/after-fix into main

This commit fixes a bug where t.after() was not called if the test body threw an exception.

Merge request reports

Loading