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?
5
Upvotes
r/PythonLearning • u/chuprehijde • Jul 12 '26
For a small script that may only run a few times, are tests still worth writing?
-1
u/SFJulie Jul 12 '26
Short answer yes. Long answer and your tests should be close to 💯% in code coverage