This issue pertains to my Python testing style guidelines post.
Arbuckle's "Python Testing: Beginner's Guide" does an excellent job of explaining how python's unittest framework works as well as how to think about testing a python module. My post is mostly about how to organize tests.
This issue pertains to my Python testing style guidelines post.
Arbuckle's "Python Testing: Beginner's Guide" does an excellent job of explaining how python's
unittestframework works as well as how to think about testing a python module. My post is mostly about how to organize tests.