When using tests, it would be helpful for debugging the test code if exceptions arising from the test code itself were surfaced. Right now, it seems to handle it as a test failure, e.g. Test failed: undefined method []' for nil:NilClass and there is no way to get information like line numbers.
When using tests, it would be helpful for debugging the test code if exceptions arising from the test code itself were surfaced. Right now, it seems to handle it as a test failure, e.g.
Test failed: undefined method []' for nil:NilClassand there is no way to get information like line numbers.