summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* test DoH with both v4 and v6Bob Halley2020-06-161-17/+53
* test IPv4 and IPv6 according to availabilityBob Halley2020-06-152-157/+212
* attempt to fix the last windows errorBob Halley2020-06-151-1/+1
* compare files in a way that avoids newlines issues on windows and gives bette...Bob Halley2020-06-151-19/+27
* print out more if file comparison failsBob Halley2020-06-151-0/+11
* add some test coverage for dns.query.xfr()Bob Halley2020-06-141-0/+220
* set tcp_address correctly; allow handle() to return a listBob Halley2020-06-141-24/+37
* Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-131-0/+15
* Add some comments about opportunities after 3.6 is not supported.Bob Halley2020-06-131-0/+1
* Re-enable TLS async tests.Bob Halley2020-06-121-27/+45
* fix nanonameserver after removal of dns.trioBob Halley2020-06-121-3/+16
* Attempt to cope with python 3.6 asyncio.Bob Halley2020-06-111-1/+8
* Support trio, curio, and asyncio with one API!Bob Halley2020-06-112-189/+219
* Fix leaked socket in testQueryTLSWithSocket.Brian Wellington2020-06-081-13/+13
* Allow a socket to be passed to udp(), and a stream to stream().Bob Halley2020-06-061-0/+44
* bail out early on ShortHeaderBob Halley2020-06-021-0/+3
* pass peer and connection type to nanoserver handle()Bob Halley2020-06-022-8/+19
* Refactor common code between UDP and TCP; add basic exception handlingBob Halley2020-06-021-22/+59
* Merge pull request #495 from rthalley/nanonameserverBob Halley2020-06-022-4/+243
|\
| * switch to relative import for nanonameservernanonameserverBob Halley2020-06-012-1/+195
| * add nanonamserver, a handy testing toolBob Halley2020-05-311-4/+49
* | NSEC should NOT be downcased when canonicalized, nor should HIP or IPSECKEY; ...Bob Halley2020-06-011-1/+20
* | Improvements to dns.rdata.to_wire().Brian Wellington2020-06-011-7/+2
* | RRSIG digestable might as well be right even if it is uselessBob Halley2020-06-011-2/+2
* | Adds sock parameters to query methods.Brian Wellington2020-06-011-0/+63
* | Fix remaining canonical form problems, and add a test. [Issue #496]Bob Halley2020-06-011-0/+45
* | remove digestable test in favor of another coming soonBob Halley2020-06-011-21/+0
* | Lowercase SRV records in to_digestable(), fixes #496Nils Wisiol2020-06-011-0/+23
|/
* improve rrset and rdataset coverageBob Halley2020-05-301-0/+42
* WireData did not implement the iteration protocol correctly and was thus unit...Bob Halley2020-05-301-1/+12
* test cache hit with live resolverBob Halley2020-05-291-0/+10
* a bit more cache coverageBob Halley2020-05-281-0/+55
* only do multiple I/O backend testing for live tests, as testing everything 3 ...Bob Halley2020-05-281-67/+71
* make _Resolution coverage 100%Bob Halley2020-05-281-0/+55
* add one more live resolver test (for NXDOMAIN)Bob Halley2020-05-281-0/+9
* Merge pull request #491 from pspacek/test_resolver_nodataBob Halley2020-05-281-0/+18
|\
| * tests: resolver Nodata answersPetr Špaček2020-05-281-0/+18
* | tests: remove forgotten printsPetr Špaček2020-05-283-5/+0
|/
* further tighten resolve() default settingsBob Halley2020-05-272-6/+45
* increase test coverage for various thingsBob Halley2020-05-236-2/+140
* basic testing of entropy and resolver overrideBob Halley2020-05-232-0/+70
* revision of truncation handlingBob Halley2020-05-223-2/+98
* add NXDOMAIN cachingBob Halley2020-05-211-2/+44
* pop() with no arguements means last, but I used it intending firstBob Halley2020-05-211-2/+2
* do not run DoH tests if there is no networkBob Halley2020-05-211-1/+10
* test trio async codeBob Halley2020-05-211-0/+130
* add some basic resolution testingBob Halley2020-05-211-0/+13
* conform to Answer constructor changeBob Halley2020-05-201-1/+1
* move raise_on_no_error out of AnswerBob Halley2020-05-191-1/+1
* finish testing of resolver business logicBob Halley2020-05-191-15/+154