Stanislav Kudriashev
Results
2
issues of
Stanislav Kudriashev
@mahmoudimus we need to activate the project on https://www.travis-ci.com/ since they migrated from https://www.travis-ci.org/. Right now builds are not run :(
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() ``` This helper method will simplify patching...
enhancement