summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cache statisticsBob Halley2020-07-191-0/+35
* Add dns.edns.register_type().Brian Wellington2020-07-171-0/+37
* Use the selectors module.Brian Wellington2020-07-172-23/+9
* Add coverage for TCP/TLS async getsockname.Brian Wellington2020-07-081-0/+4
* Add support for receiving UDP queries.Brian Wellington2020-07-082-0/+31
* Don't read resolv.conf in tests that don't use it.Brian Wellington2020-07-084-9/+10
* Remove debugging print.Brian Wellington2020-07-081-1/+0
* Merge pull request #531 from bwelling/tsig2Bob Halley2020-07-071-8/+10
|\
| * Split TSIG sign and validate.Brian Wellington2020-07-071-8/+10
* | TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.Bob Halley2020-07-072-4/+21
* | Fix Message.want_dnssec().Brian Wellington2020-07-071-0/+1
|/
* Give up on socket.getfqdn() testing with CDN-hosted resources as it has too m...Bob Halley2020-07-061-7/+16
* improve name coverageBob Halley2020-07-031-0/+4
* more coverage for wireBob Halley2020-07-021-1/+33
* Consolidate NSEC/NSEC3/CSYNC bitmap handling.Brian Wellington2020-07-021-0/+10
* Rework wire format processing.Bob Halley2020-07-024-162/+78
* Merge pull request #527 from bwelling/tsigkeyBob Halley2020-07-012-6/+38
|\
| * Better deal with backwards compatibility.Brian Wellington2020-07-012-12/+19
| * Add dns.tsig.Key class.Brian Wellington2020-07-012-5/+30
* | Merge remote-tracking branch 'upstream/master' into amtrelayBrian Wellington2020-07-012-0/+118
|\ \ | |/
| * increase resolver coverageBob Halley2020-07-011-0/+58
| * avoid low-level wait tests on WindowsBob Halley2020-07-011-0/+3
| * more query coverageBob Halley2020-06-301-0/+57
* | Add support for the AMTRELAY type.Brian Wellington2020-07-014-0/+20
|/
* One more dnssec test.Brian Wellington2020-06-301-0/+4
* Add more dnssec coverage testing.Brian Wellington2020-06-301-0/+44
* Merge pull request #525 from bwelling/tsigBob Halley2020-06-302-6/+50
|\
| * Test (and fix) renderer.add_multi_tsig().Brian Wellington2020-06-301-0/+29
| * Store a TSIG rrset on the message object.Brian Wellington2020-06-302-6/+21
* | increase name test coverageBob Halley2020-06-301-0/+66
* | increase test coverageBob Halley2020-06-301-0/+24
* | increase update test coverageBob Halley2020-06-301-0/+109
|/
* fix indentation of test_bogus_family()Bob Halley2020-06-291-5/+5
* more coverage improvementsBob Halley2020-06-294-0/+115
* add basic renderer testingBob Halley2020-06-291-0/+46
* increase namedict coverageBob Halley2020-06-281-0/+37
* increase coverageBob Halley2020-06-283-0/+72
* remove debugging printsBob Halley2020-06-282-2/+0
* add serial number arithmetic helperBob Halley2020-06-271-0/+115
* test update section validationBob Halley2020-06-271-16/+112
* test class factory and update from_wire()Bob Halley2020-06-262-0/+11
* Use `configure=False` in tests to skip reading /etc/resolv.confLumir Balhar2020-06-251-5/+5
* lint nanonameserverBob Halley2020-06-241-1/+1
* Fix cut-and-paste error.Brian Wellington2020-06-241-1/+1
* Close extra UDP sockets more quickly.Brian Wellington2020-06-241-23/+30
* Remove unused code.Brian Wellington2020-06-241-16/+0
* Add more functionality to nanonameserver.Brian Wellington2020-06-233-29/+85
* make read_resolv_conf() tests work on win32 tooBob Halley2020-06-231-2/+4
* merge mostly redundant resolv.conf test into existing testBob Halley2020-06-231-35/+15
* test resolv.conf settingsBob Halley2020-06-231-0/+20