Remix.run Logo
locknitpicker a day ago

> You’ve never ever had to be mindful about isolation of tests? Also, Unit tests aren’t the only tests that exist.

No. Frameworks take care of it out of the box, and you need to go way out of your way to mess that up.

> Also, Unit tests aren’t the only tests that exist.

True, but that's immaterial to the discussion.

> All you gotta do is google “test isolation”.

Yes,and if you follow your own recommendations you will eventually discover that virtually all testing frameworks are explicitly designed with test isolation in mind, to the point that you need to go way out of your way to design custom test fixtures to share context across test runs.

> Here’s one example since junit came up

I seriously do not think you even read the article you are citing. Did you even bothered to open the link?

aleksiy123 a day ago | parent [-]

¯\_(ツ)_/¯

You can believe whatever you want to believe. Or maybe you live in a magical world where all your tests are pure and side effects nor IO exist.

In the other thread you think running tests in parallel doesn't count because it has documented gotchas...