-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.