DROdio.com

Fixed a safety check that could never have reported the problem it watched for

A check meant to catch a specific kind of test breakage was placed after another check that would fail first, so it could never actually run. It now runs first and reports the real cause, and a second check no longer passes when the code under test never got far enough to be tested.

Ask me anything