The problem: plugin can't handle numpy.ma.testutils.assert_array_equal
You will see just an error with description in the logs:
This is not user-friendly. Possible solution: add a wrap catches assert_array_equal and other numpy exception, parses them and throws an unittest exception to be handled by the plugin.
The problem: plugin can't handle
numpy.ma.testutils.assert_array_equalYou will see just an error with description in the logs:
This is not user-friendly. Possible solution: add a wrap catches
assert_array_equaland othernumpyexception, parses them and throws an unittest exception to be handled by the plugin.