Login
From:
blog.snork.dev
(Uncensored)
subscribe
Tests should not contain logic
https://blog.snork.dev/posts/tests-should-not-contain-logic.html
links
backlinks
Tagged with:
testing
Roast topics
Find topics
Find it!
Tests should contain as little logic as possible. This helps eliminate the test itself as the culprit when a test fails. As a rule of thumb, avoid control flow or conditional logic inside tests.