-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
I'm thinking of having a doubles.TestCase with helper method _patch_class with the following usage:
class MyTest(doubles.TestCase):
def setUp(self):
_class, _instance = self._path_class(<target>)
This helper method will simplify patching target by getting it's class and instance automatically.
What you think?
Reactions are currently unavailable