You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>Update <code>expect.error</code> and <code>expect.no_error</code> to not accept extra arguments for tested function. It will mostly work until the next ‘mini.nvim’ release, but not after that.</p>
<li><p>Update all built-in reporters (<code>gen_reporter.buffer</code> and <code>gen_reporter.stdout</code>) to first show all fails followed by all notes. This makes it easier to find failed cases when there are many notes (like from <code>MiniTest.skip()</code>).</p></li>
<li><p>Update all <code>MiniTest.expect</code> expectations to allow customization of failure reason instead of default “Failed expectation for …”. This also consistently introduces <code>opts</code> last argument.</p></li>
1319
+
<li><p>Update <code>MiniTest.expect.equality</code> to show more detailed cause of failed equality. Like which character is different in two string or which values are different in two tables and at what key branch.</p></li>
0 commit comments