commit | 96593a3ea3bbe4395814ec37dfbb6458b9b2e61e | [log] [tgz] |
---|---|---|
author | David Wolever <david@wolever.net> | Sun Mar 26 00:32:33 2017 -0400 |
committer | David Wolever <david@wolever.net> | Sun Mar 26 00:35:52 2017 -0400 |
tree | 98ca9ef90850fc4edef9c0edea8847823966c38c | |
parent | 173e499876fba0f216693a13a664403a71163bdc [diff] |
Make sure that setUp and tearDown methods work. Previously setUp and tearDown would be called on the instance of the class being tested, but the methods were pulled from the instance of the class created during test enumeration. Now everything will work correctly.