PiPresents is complicated enough that I think it would benefit from unit testing. At least in some of the main classes.
I don't have much experience with python, but I found the standard python library has unit testing in it:
https://docs.python.org/2/library/unittest.html
I don't have unit testing in all of my projects, but I'm very glad for it in the ones that I do. I can make changes, add features, etc. and be confident that I didn't break anything in the process.
PiPresents is complicated enough that I think it would benefit from unit testing. At least in some of the main classes.
I don't have much experience with python, but I found the standard python library has unit testing in it:
https://docs.python.org/2/library/unittest.html
I don't have unit testing in all of my projects, but I'm very glad for it in the ones that I do. I can make changes, add features, etc. and be confident that I didn't break anything in the process.