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
rthalley/dnspython#416 needs a workaround on Windows unless a new release occurs soon.
More tests are needed in test_upstream and test_exceptions. Using gethostbyname in addition to resolver.query is the easiest way.
test_upstream
test_exceptions
resolver.query
The text was updated successfully, but these errors were encountered:
The tests in v0.3.0 do add more use of gethostbyname, but they are mostly wrapped in the socket blocker so they are hitting the cache.
gethostbyname
The dnspython problem is fixed in v2.0, but it should still be in older dnspython.
A real test for this should be able to encounter the old bug.
Sorry, something went wrong.
No branches or pull requests
rthalley/dnspython#416 needs a workaround on Windows unless a new release occurs soon.
More tests are needed in
test_upstream
andtest_exceptions
. Using gethostbyname in addition toresolver.query
is the easiest way.The text was updated successfully, but these errors were encountered: