unittest is the package included in python to create unit tests. There is a guide on how to use it that works pretty well. I actually haven't used any unit test packages for python before, if there is a more preferred package to use, lets discuss this.
unittest is the package included in python to create unit tests. There is a guide on how to use it that works pretty well. I actually haven't used any unit test packages for python before, if there is a more preferred package to use, lets discuss this.