summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wrap exceptions from rdata from_text() and from_wire().wrapBob Halley2020-07-263-33/+58
|
* increase TXT coverageBob Halley2020-07-262-1/+13
|
* increase rcode coverageBob Halley2020-07-261-0/+4
|
* remove test that can never be trueBob Halley2020-07-261-2/+0
|
* more resolver override testingBob Halley2020-07-263-3/+81
|
* exercise entropy stirringBob Halley2020-07-261-0/+2
|
* exclude unpractical-to-test AttributeErrorBob Halley2020-07-261-1/+1
|
* increase EDNS coverageBob Halley2020-07-262-2/+23
|
* still more dnssec coverageBob Halley2020-07-261-1/+52
|
* more dnssec coverageBob Halley2020-07-261-5/+47
|
* improve dnssec coverageBob Halley2020-07-261-0/+40
|
* more easy coverage gainsBob Halley2020-07-251-0/+85
|
* Remove checks already done by dns.dnssec.algorithm_from_text().Bob Halley2020-07-251-2/+0
|
* more message coverageBob Halley2020-07-252-1/+19
|
* even on errors where we tolerate no question, check question if presentBob Halley2020-07-252-3/+17
|
* more minor resolver coverageBob Halley2020-07-251-4/+47
|
* more reversename coverageBob Halley2020-07-251-0/+5
|
* Bring rdataset to full coverage.Bob Halley2020-07-241-0/+41
|
* util coverageBob Halley2020-07-241-0/+102
|
* test cleanups and more coverageBob Halley2020-07-241-63/+84
|
* to_text() always returns a str, so no need to check if it is not a strBob Halley2020-07-241-5/+1
|
* bring rdata.py to full coverageBob Halley2020-07-242-2/+76
|
* ignore coverage on abstract methodsBob Halley2020-07-241-4/+4
|
* Have only one one top-level section for What's New.Bob Halley2020-07-231-4/+7
|
* test style improvementsBob Halley2020-07-231-23/+13
|
* Allow an escaped newline in a quoted string.Bob Halley2020-07-232-1/+9
|
* more tokenizer coverage improvementsBob Halley2020-07-232-2/+52
|
* more tokenizer test cleanupsBob Halley2020-07-231-53/+19
|
* more tokenizer coverageBob Halley2020-07-231-21/+24
|
* Add no cover for abstract method.Bob Halley2020-07-231-1/+1
|
* Add serial branch coverage; remove duplicated test.Bob Halley2020-07-231-3/+5
|
* cover compression table too big branchBob Halley2020-07-231-0/+24
|
* Improve name coverage slightly by testing the uts_46 branch in 2008 decode.Bob Halley2020-07-232-8/+27
| | | | | | I'm not sure how useful in practice this is, as we don't offer a codec configuration default for it, but I'm not sure you'd never do it, and the existing code was in the wrong order.
* add coverage for a v6 branch caseBob Halley2020-07-221-0/+6
|
* Adjust no cover pragmas to better reflect what the Azure pipeline hits/misses.Bob Halley2020-07-221-10/+10
|
* more resolver coverage improvementsBob Halley2020-07-221-2/+27
|
* Make resolver use_edns() conform to its docstring; slightly improve ↵Bob Halley2020-07-223-2/+14
| | | | use_edns() logic.
* Fix Answer constructor invocations that missed an API change.Bob Halley2020-07-221-4/+2
|
* Increase branch coverage of the resolver.Bob Halley2020-07-221-29/+96
| | | | | | | Speed up test resolver by around 6 seconds by mocking the clock. Improve the cleaning test to verify that it really was cleaning that removed the entry, and not get detecting the expiration.
* Merge pull request #550 from rthalley/resolve_chainingBob Halley2020-07-215-69/+195
|\ | | | | Unify Chaining Code
| * Use min() for min_ttl computations.Bob Halley2020-07-211-8/+3
| |
| * fix exception docstringsBob Halley2020-07-211-10/+13
| |
| * set min ttl to max_ttl instead of special case -1Bob Halley2020-07-212-5/+7
| |
| * unify chaining codeBob Halley2020-07-214-68/+194
| |
* | Increase LOC coverage.Bob Halley2020-07-211-0/+27
| |
* | turn on branch coverageBob Halley2020-07-211-1/+1
|/
* Merge pull request #548 from ↵Bob Halley2020-07-211-1/+1
|\ | | | | | | | | rthalley/dependabot/pip/cryptography-gte-2.6-and-lt-4.0 Update cryptography requirement from ^2.6 to >=2.6,<4.0
| * Update cryptography requirement from ^2.6 to >=2.6,<4.0dependabot/pip/cryptography-gte-2.6-and-lt-4.0dependabot[bot]2020-07-211-1/+1
|/ | | | | | | | Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.6...3.0) Signed-off-by: dependabot[bot] <support@github.com>
* Update with what's new in 2.1.0.Bob Halley2020-07-201-0/+19
|
* Set EDNS default payload to 1232.Bob Halley2020-07-204-6/+12
|