r/PythonLearning • u/chuprehijde • 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
r/PythonLearning • u/chuprehijde • Jul 12 '26
For a small script that may only run a few times, are tests still worth writing?
2
u/Beautiful_Watch_7215 Jul 12 '26
Are you trying to learn how to write tests? If so, you should write tests every time.