summaryrefslogtreecommitdiff
path: root/tests/test_message.py
Commit message (Collapse)AuthorAgeFilesLines
* more message coverageBob Halley2020-07-251-0/+6
|
* even on errors where we tolerate no question, check question if presentBob Halley2020-07-251-0/+12
|
* Set EDNS default payload to 1232.Bob Halley2020-07-201-1/+5
|
* a way of doing commentscommentsBob Halley2020-07-201-2/+1
|
* Fix Message.want_dnssec().Brian Wellington2020-07-071-0/+1
| | | | | It was incorrectly calling Message._make_opt() in the case where the message was not currently using EDNS.
* more coverage improvementsBob Halley2020-06-291-0/+86
|
* increase coverageBob Halley2020-06-281-0/+43
|
* test class factory and update from_wire()Bob Halley2020-06-261-0/+4
|
* add coverageBob Halley2020-06-191-0/+30
|
* increase message coverageBob Halley2020-06-181-0/+6
|
* Test message encoding with EDNS options.Brian Wellington2020-06-171-0/+9
|
* some IDNA 2008 tests were not getting skipped if idna was not availableBob Halley2020-06-171-0/+2
|
* revision of truncation handlingBob Halley2020-05-221-2/+2
|
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-031-0/+28
|
* Improve assertion checking.Brian Wellington2020-03-181-17/+17
| | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-6/+6
| | | | failUnlessRaises was deprecated in py31
* TST: fix unittest deprecationThomas A Caswell2019-10-301-17/+17
| | | | failUnless was deprecated in py31
* When decoding from wire format, if a message has TC set, raise a TruncatedBob Halley2019-01-051-0/+16
| | | | exception. [Issue #297]
* Remove _compat module.Bob Halley2018-12-091-2/+1
|
* update copyrightBob Halley2018-12-011-0/+2
|
* Initial type signaturesJanus2018-07-311-4/+1
|
* Message doco.Bob Halley2017-01-141-0/+11
| | | | | Add constants to allow a section name to be specified symbolically rather than by passing the actual section list value.
* Pylint: remove unused variablesMartin2016-08-311-4/+4
| | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
* Pylint: tests: remove unused importsMartin2016-07-021-1/+0
|
* dns.message.make_query() now interprets any setting that impliesBob Halley2016-05-131-0/+21
| | | | | EDNS as a request to turn on EDNS, if use_edns has not been set explicitly.
* python3 supportArthur Gautier2016-04-211-11/+12
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* overhaul test systemBob Halley2014-05-311-0/+179