We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are several tests in test_helpers.py that uses a double mock to mimick hitting the web to download scripts.
test_helpers.py
It's kind of cumbersome, it could be simplified to a self._mock_urlopen helper or something
self._mock_urlopen
The text was updated successfully, but these errors were encountered:
ok i want to contribute in it
Sorry, something went wrong.
@facundobatista i have clone the this reposetry and studied the topic of Urllib module can i start working on it
Sure, go for it!
Note that tools evolved; probably there is a better way that was suggested in the description
No branches or pull requests
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 somethingThe text was updated successfully, but these errors were encountered: