5
msdsk
25d

I fucking hate the way we have test in our company. They're worse than useless. They test internals but don't test the actual fucking behavior. I just broke the dev branch with a stupid mistake - because of course one of the core behaviors of our app is not tested. But I had to fix tests in three places just because I removed a useless util in favor of using a built-in JS feature.

Comments
  • 1
    Fix up some of the tests.

    It's thankless work, but it's honest work
  • 1
    Indeed, f those tests. Integration tests all the way. Only the stuff that users actually can see / use. And some tests for background workers ofcourse like invoicing. Preferably also some manual qa's. Unit test per internal thingy is useless. Waste of time
Add Comment