summaryrefslogtreecommitdiff
path: root/tests/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* Add a test of a TSIG-signed AXFR of the root.Brian Wellington2020-11-251-5/+13
* First pass at adding network timeouts to tests. This is for whenBob Halley2020-10-091-11/+15
* more test coverage for dns.query._matches_destination()Bob Halley2020-09-011-0/+29
* Use the selectors module.Brian Wellington2020-07-171-14/+0
* Add support for receiving UDP queries.Brian Wellington2020-07-081-0/+12
* avoid low-level wait tests on WindowsBob Halley2020-07-011-0/+3
* more query coverageBob Halley2020-06-301-0/+57
* Add more functionality to nanonameserver.Brian Wellington2020-06-231-11/+11
* remove debugging printsBob Halley2020-06-171-2/+0
* The dns.inet.AF_* portability scheme is no longer needed.Bob Halley2020-06-161-3/+3
* full coverage for _destination_and_source()Bob Halley2020-06-161-0/+46
* make skip message accurateBob Halley2020-06-161-4/+2
* Test AXFR with TSIG.Brian Wellington2020-06-161-0/+9
* Test sending a query with TSIG.Brian Wellington2020-06-161-0/+39
* test IPv4 and IPv6 according to availabilityBob Halley2020-06-151-66/+96
* add some test coverage for dns.query.xfr()Bob Halley2020-06-141-0/+220
* Fix leaked socket in testQueryTLSWithSocket.Brian Wellington2020-06-081-13/+13
* Adds sock parameters to query methods.Brian Wellington2020-06-011-0/+63
* revision of truncation handlingBob Halley2020-05-221-0/+81