There are several tests in `test_helpers.py` that uses a double mock to mimick hitting the web to download scripts. It's kind of cumbersome, it could be simplified to a `self._mock_urlopen` helper or something
There are several tests in
test_helpers.pythat uses a double mock to mimick hitting the web to download scripts.It's kind of cumbersome, it could be simplified to a
self._mock_urlopenhelper or something