Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@smallTalker yup, I like unit tests when it go through my code and pop out green color. My concern is how to write the unit tests itself 😅
-
CWins48117yI started to love unit tests when i started developing the tests as part of the development of the feature.
Tests are taking the place if starting the program and manually clicking to the feature which is super annoying. -
@smallTalker yup I'm doing it right now. Trying not to get overwhelmed and avoid writing unneeded stuff as well as learning this test framework. Thanks!
@CWins yup. The sole reason why I decided to write unit tests instead. Also I'm dealing with APIs so not gonna test manually because it'll become really slow.
Related Rants
Trying to love writing unit tests.
rant
rspec
unit tests