Tagged Questions
3
votes
1answer
369 views
How can I test a table of options with python unittest and nosetests?
I have a list of twelve properties and want to test various combinations. The actual test function is the same, just different parameters. I find myself writing a bunch of functions that look like ...