4
Kaaarl
1y

In my company we are constricted to have 100% of f̶a̶k̶e̶ coverage with unit test.
Obviously the test suites are not performing and it takes more than 8 minutes to run 3335 tests.

I know that what I'm going to say is super mainstream but there is nothing comparable to the relief that comes from seeing all tests in green after you did a lot of small changes around the code on Friday.

Comments
  • 1
    Don't worry, liking to maintain 100% test coverage isn't mainstream at all.
  • 0
    8 mins is a long time for that many unit tests. We have 1100 so far and it takes about 30 seconds
  • 0
    It depends very much on coe quality and test setups

    I have 2 projects :

    .net 6 APIs, using a DB MOCK for tests. Slow as fuck

    Another .net 6 Project (Azure functions), no mock, using EfCore inmemory. Tests are flying.
  • 2
    Sheesh. 100 % is stupid.

    Quality over quantity.
Add Comment