Subject: | Test failures in t/overrides.t are ambiguous |
If there's a failure during testing in t/overrides.t, it's not clear what was being tested when the failure occurred.
Add the text string part to functions from Test::More (ok/is/like/is_deeply/etc.) so that whenever a new Gtk3 test function block is entered, the current function being tested gets output to STDERR, and if a test fails, the tester can get a rough idea of where the failure occurred.
Or maybe just use the note() function, and change the comments at the top of each test block to calls to note().