I'm by no means a testing expert, but I'll take a crack at it.
Casey McGinty wrote:
I'm familiar with the unittest module in Python, however I'm hoping
someone can point me to some examples of more advanced usages of the
framework. For example:
1. Using the framework to test a package with ne
I'm familiar with the unittest module in Python, however I'm hoping someone
can point me to some examples of more advanced usages of the framework. For
example:
1. Using the framework to test a package with nested sub-packages and
modules without having to hard code the location/name of each test