summaryrefslogtreecommitdiff
path: root/tests/test_doh.py
Commit message (Collapse)AuthorAgeFilesLines
* incorporate feedback about sessions, optional http1, and http2 availabilityBob Halley2021-11-161-4/+18
|
* For DoH, use httpx and with HTTP/2 if we can, but fall back to requests if ↵Bob Halley2021-11-101-3/+81
| | | | we have to.
* Validate resolver nameservers when set [Issue #699].Bob Halley2021-10-241-6/+0
|
* First pass at adding network timeouts to tests. This is for whenBob Halley2020-10-091-7/+11
| | | | | it looks like we have a network but it's not connected to the Internet.
* disable one more quad nine thingBob Halley2020-08-271-1/+2
|
* disable 9.9.9.9 in tests temporarilyBob Halley2020-08-221-2/+6
|
* Don't read resolv.conf in tests that don't use it.Brian Wellington2020-07-081-2/+2
|
* Improve resolver coverage by:Bob Halley2020-06-161-1/+17
| | | | | | | | | Testing more stuff. Ignoring coverage of Windows as we have no way to integrate coverage data from windows test runs at this time. Ignoring other not important things.
* Add missing comma.Bob Halley2020-06-161-1/+1
|
* Add an IPv6 address for Cloudflare DoH that works.Bob Halley2020-06-161-2/+1
|
* test DoH with both v4 and v6Bob Halley2020-06-161-17/+53
|
* do not run DoH tests if there is no networkBob Halley2020-05-211-1/+10
|
* lintBob Halley2020-05-091-1/+0
|
* remove send_https() as the send/receive split is too hard for HTTPS and it ↵Bob Halley2020-05-081-12/+0
| | | | is not adding anything over https()
* fix lingering unguarded requests importsBob Halley2020-05-011-3/+4
|
* make DOH an extra feature (to avoid requests as hard dependency)Daniel Lenski2020-04-301-0/+2
|
* delintBob Halley2020-03-111-1/+3
|
* DoH cleanup.Brian Wellington2020-01-071-5/+11
|
* send_https() and test for itkimbo2019-12-301-0/+11
|
* added bootstrap address option to https()kimbo2019-12-301-0/+13
|
* req'd session param to https() for connection reusekimbo2019-12-301-4/+10
|
* cleaned up query.py and test_dohkimbo2019-12-231-13/+2
|
* improvements to dns.query.httpskimbo2019-12-191-0/+64
- use requests module (instead of urllib) - added option to pass in an IP address or a URL - added basic tests (for dns.query.https) TODO: af, source_port