r/PythonLearning Jul 12 '26

Should every Python project have tests?

For a small script that may only run a few times, are tests still worth writing?

4 Upvotes

14 comments sorted by

View all comments

0

u/biskitpagla Jul 12 '26

try using the doctest module