mostly deprecated or disabled … but yes. /jk
Comment on After 6 hours
shotgun_crab@lemmy.world 1 year ago
You guys have unit tests…?
igorlogius@lemmy.world 1 year ago
fibojoly@sh.itjust.works 1 year ago
The ones I have seen so far are probably written by the same people who don’t understand the usefulness of comments, I reckon. And maintained with the same enthusiasm.
BradleyUffner@lemmy.world 1 year ago
Ohh yeah, loads! Do they actually test anything useful? Not so much.
gornius@lemmy.world 1 year ago
I actually had to refactor configuration module some time ago. These really came in handy. But was it worth it? Well… it saved some time, the time that could be used to debug problems manually, but it made me a lot more confident that the functionality that worked before, worked after.
jaybone@lemmy.world 1 year ago
You just have to mock everything, so it’s basically testing nothing. But you get those code coverage numbers.