We can remove *_patcher.start() and *_patcher.stop() variables from setUp() and tearDown() like this.
*_patcher.start()
*_patcher.stop()
setUp()
tearDown()
:thumbsup:
Pull-Request has been merged by jkaluza
We can remove
*_patcher.start()and*_patcher.stop()variables fromsetUp()andtearDown()like this.