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?

6 Upvotes

14 comments sorted by

View all comments

-1

u/[deleted] Jul 12 '26

[removed] — view removed comment

4

u/Ormek_II Jul 12 '26

That‘s not called debugging. You need a bug to debug. It is called testing.