Closed ddebrunner closed 7 years ago
No need for the common tests to inherit for unittest.TestCase, instead have the actual test classes use multiple-inheritance.
unittest.TestCase
Closing as multiple inheritance can cause issues. :-(
http://stackoverflow.com/questions/1323455/python-unit-test-with-base-and-sub-class
http://nedbatchelder.com/blog/201210/multiple_inheritance_is_hard.html
No need for the common tests to inherit for
unittest.TestCase
, instead have the actual test classes use multiple-inheritance.