Hacker News new | ask | show | jobs
by charcircuit 1583 days ago
Does unittest cause an exception when the second argument isn't a string? That would catch some of these I'd imagine.
2 comments

They should make `msg` a keyword-only argument on all the TestCase.assert* statements. It wouldn't be the first breaking change of this type.

Searching for announced breaking changes about arguments to Python included functions...

https://bugs.python.org/issue25628

https://bugs.python.org/issue29193

https://bugs.python.org/issue36492

https://bugs.python.org/issue29209

it does not, it just prints them out in the console