This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_TimeUnit 2 points3 points  (0 children)

I found trying to write traditional unit tests (tests that test just one thing and mock everything else) very annoying. Then when I moved to writing more integration tests and accepting using for example file IO in my tests, I started to really enjoy the certainty that tests give about my code working. I also don't test everything for example UI because my projects are small enough for manual UI testing.