You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to learn by practice by 'doing' TDD and a main thing seems to be 'write a failing test first, then implement'. When I do this though, I constantly get compilation errors when I run my tests before implementing - which are useless as the code is meant to fail (initially) and then be implemented.
How can I tell the plugin to ignore any build errors for my tests or (better) report back failing tests?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I'm trying to learn by practice by 'doing' TDD and a main thing seems to be 'write a failing test first, then implement'. When I do this though, I constantly get compilation errors when I run my tests before implementing - which are useless as the code is meant to fail (initially) and then be implemented.
How can I tell the plugin to ignore any build errors for my tests or (better) report back failing tests?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions