Results 6 issues of Mandera

There is no Timeout handling, it will hang until the connection is closed. The `timeout` parameter would have to be defined [here](https://github.com/SergeyPirogov/webdriver_manager/blob/35e244ef239723dfac608ed428f217fa74a5e10d/webdriver_manager/core/http.py#L32) _Originally posted by @Mandera in https://github.com/SergeyPirogov/webdriver_manager/issues/388#issuecomment-1156317255_

help wanted

I think that might be the issue, flask is iterating module names internally with this code ``` for module in list(sys.modules.values()): name = getattr(module, "__file__", None) if name is None...

Sometimes a failing test will raise our custom exception which will skip the test, which will hide the actual problem. Would be nice to be able to decorate something like...

``` generalimport("hello") import hello print(hello.name) ``` Doesn't trigger the error now

Using it for `pkg_resources.working_set.by_key` Also need to update SO if a fix is found https://stackoverflow.com/questions/739993/how-do-i-get-a-list-of-locally-installed-python-modules/73958089#73958089

Cannot cover __setattr__ as it won't allow `import foo.bar`.

wontfix
unhandled