summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* DNSSEC policy. (#869)Bob Halley2022-12-151-26/+93
* DNSSEC signer (#866)Jakob Schlyter2022-12-122-0/+305
* add missing skip marksBob Halley2022-10-091-0/+2
* Initial DoQ support.Bob Halley2022-10-095-0/+245
* Asyncio sockets should work after a timeout [#843].Bob Halley2022-10-061-0/+46
* add $ to allow_directives if missingBob Halley2022-08-161-0/+10
* allow zonefile directives to be specified explicitlyBob Halley2022-08-141-0/+63
* Add support for more bases in $GENERATEcorubba2022-08-051-0/+46
* Merge pull request #822 from bwelling/rdatatype-fixesBob Halley2022-07-171-0/+11
|\
| * Fix dns.rdatatype special cases.Brian Wellington2022-07-151-0/+11
* | deal with more windows idiosyncraciesBob Halley2022-06-111-5/+7
* | on windows, skip curio xfr tooBob Halley2022-06-111-1/+5
* | give up on curio tests on windowsBob Halley2022-06-111-0/+3
* | attempt to workaround curio exceptions that happen only in CIBob Halley2022-06-111-3/+6
* | apply v4/v6 testing scheme from query tests to async tooBob Halley2022-06-101-13/+4
* | remove debugging printBob Halley2022-06-101-1/+0
* | Improve network checking [#812].Bob Halley2022-06-044-32/+73
* | Merge pull request #809 from bdrung/wrap-long-linesBob Halley2022-05-162-44/+169
|\ \
| * | Wrap long linesBenjamin Drung2022-05-162-44/+169
| |/
* | Allow skipping test cases that need Internet accessBenjamin Drung2022-05-161-6/+10
* | Add tests.util.is_internet_reachable()Benjamin Drung2022-05-166-54/+37
|/
* test multi-message TSIG with and without paddingBob Halley2022-03-241-0/+51
* test padding in DoTBob Halley2022-03-231-0/+22
* test padding in DoHBob Halley2022-03-231-0/+21
* Add EDNS padding.Bob Halley2022-03-232-0/+63
* black autoformattingBob Halley2022-03-1553-4191/+5423
* test versioned zone non-txn get of nonexistent setBob Halley2022-03-121-0/+13
* improve version _validate_name test coverageBob Halley2022-03-061-0/+7
* Remove 3.6-specific code.Bob Halley2022-03-054-47/+7
* Add integrated typing to much of dnspython.Bob Halley2022-03-054-12/+29
* allow txn argument as suggested by @rthalleyJakob Schlyter2022-02-211-0/+9
* raise NoSOA if there is no SOA recordJakob Schlyter2022-02-191-1/+1
* implement dns.zone.Zone.get_soa()Jakob Schlyter2022-02-191-0/+12
* fix test TLS alertBob Halley2022-02-171-0/+4
* lgtm lint: suppress false positiveBob Halley2022-02-171-1/+1
* fix various typing issues (typos)Sebastian Wagner2022-01-294-5/+5
* Merge pull request #769 from peterthomassen/20220124_tokenizer_concatenate_re...Bob Halley2022-01-252-1/+5
|\
| * Require trailing field in rdata of TLSA and friendsPeter Thomassen2022-01-252-1/+5
* | add a few other missing things from the current python set APIBob Halley2022-01-241-0/+48
* | Merge pull request #768 from rthalley/absolute_origin_zone_txn_fixBob Halley2022-01-241-0/+7
|\ \
| * | Use the version's origin if the zone doesn't have one yet. [#766]absolute_origin_zone_txn_fixBob Halley2022-01-231-0/+7
| |/
* | Implement dns.set.Set.symmetric_difference() Support.Joshua M. Keyes2022-01-211-0/+24
|/
* Try to appease older unittestIshai2022-01-131-1/+1
* Add resolver edns optionsIshai2022-01-101-1/+9
* skip async DoH tests if no httpxBob Halley2021-12-211-1/+5
* Allow unknown digest types [#625]Bob Halley2021-12-201-12/+13
* add dns.edns.EDECode enumBob Halley2021-12-191-1/+2
* edns: implement Extended DNS Error Option supportTomas Krizek2021-12-181-0/+36
* cope with 3.6 exception differenceBob Halley2021-12-071-3/+9
* cname and other data check in zonefile readerBob Halley2021-12-021-9/+21