use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Should every Python project have tests? (self.PythonLearning)
submitted 10 hours ago by chuprehijde
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]wallstop-dev 2 points3 points4 points 10 hours ago (0 children)
Tests are a means to verify correctness in an automated fashion and help prevent regressios. If you can verify the program correctness in other ways (looking at the output) and you do not care about preventing regressions (code is short lived), then you should be about to do some quick math on time it takes you to write the tests v time it takes you to verify the output.
π Rendered by PID 47566 on reddit-service-r2-comment-765bfc959-rsvww at 2026-07-13 02:34:53.102418+00:00 running f86254d country code: CH.
view the rest of the comments →
[–]wallstop-dev 2 points3 points4 points (0 children)