Handling very long import path
I need to patch a test method and have a path that so long that it goes above E501 80 symbols limit. Change of package name is not possible due dependencies elsewhere.
I need to patch a test method and have a path that so long that it goes above E501 80 symbols limit. Change of package name is not possible due dependencies elsewhere.