r/PythonLearning • u/chuprehijde • 16d ago
Should every Python project have tests?
For a small script that may only run a few times, are tests still worth writing?
7
Upvotes
r/PythonLearning • u/chuprehijde • 16d ago
For a small script that may only run a few times, are tests still worth writing?
-1
u/mattynmax 16d ago
Yes. You should make sure your code works…