summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* start resolution business logic tests.Bob Halley2020-05-191-0/+148
* Fix type registration for singleton types.Brian Wellington2020-05-192-0/+15
* Create DNSKEY Flag enum.Brian Wellington2020-05-181-32/+6
* Remove extra whitespace.Brian Wellington2020-05-151-2/+0
* Improve consistency in DNSSEC code.Brian Wellington2020-05-152-6/+37
* Allow resolver-level control over the defaulting of search (default False).Bob Halley2020-05-151-1/+17
* Add resolver resolve(), deprecate query().Bob Halley2020-05-152-1/+20
* Add more nsec3_hash() tests.Brian Wellington2020-05-111-1/+17
* lintBob Halley2020-05-091-1/+0
* remove send_https() as the send/receive split is too hard for HTTPS and it is...Bob Halley2020-05-081-12/+0
* Improve TXT records in example zone.Brian Wellington2020-05-044-11/+19
* Add an ignore_scope option to dns.ipv6.inet_aton().Bob Halley2020-05-041-0/+17
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-034-0/+101
* Add IDNA codec support to tokenizer and dns.rdata.from_text()Bob Halley2020-05-031-0/+13
* finish commentBob Halley2020-05-031-1/+2
* Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]Bob Halley2020-05-032-2/+29