summaryrefslogtreecommitdiff
path: root/tests/test_zone.py
Commit message (Expand)AuthorAgeFilesLines
* make `name in zone` consistent with `zone[name]`kimbo2021-02-161-0/+10
* improve versioned zone coverageBob Halley2020-09-011-0/+46
* add some versioned zone test casesBob Halley2020-09-011-0/+25
* node replace_rdataset() should not permit rrsetsBob Halley2020-08-181-0/+9
* test cleanups and more coverageBob Halley2020-07-241-63/+84
* a way of doing commentscommentsBob Halley2020-07-201-2/+27
* more zone test coverageBob Halley2020-06-181-0/+27
* test bad class in zoneBob Halley2020-06-171-0/+5
* improve coverageBob Halley2020-06-171-0/+88
* some IDNA 2008 tests were not getting skipped if idna was not availableBob Halley2020-06-171-0/+3
* attempt to fix the last windows errorBob Halley2020-06-151-1/+1
* compare files in a way that avoids newlines issues on windows and gives bette...Bob Halley2020-06-151-19/+27
* print out more if file comparison failsBob Halley2020-06-151-0/+11
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-031-0/+27
* zone.to_text() should return a string.Brian Wellington2020-03-201-2/+2
* Remove choose_relativity() from zone.from_xfr()Brian Wellington2020-03-181-0/+33
* Improve assertion checking.Brian Wellington2020-03-181-32/+32
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-9/+9
* TST: fix unittest deprecationThomas A Caswell2019-10-301-42/+42
* remove the rest of the unicode string prefixesBob Halley2019-01-081-1/+1
* update copyrightBob Halley2018-12-011-0/+2
* Initial type signaturesJanus2018-07-311-73/+73
* Improve TTL detection when reading master zone files.Tom Lanyon2017-05-311-3/+59
* Test creates file in wrong locationAvram Lubkin2016-10-041-1/+1
* Merge pull request #197 from bastiak/pylintBob Halley2016-09-181-15/+12
|\
| * Pylint: remove unused variablesMartin2016-08-311-15/+12
* | Add zone.to_file testsMartin2016-08-311-0/+53
|/
* Pylint: tests: Fix whitespace errorsMartin2016-07-021-1/+1
* Pylint: tests: fix singleton comparisonMartin2016-07-021-5/+5
* Fix typosJakub Wilk2016-05-261-1/+1
* Allow an origin of None to be specified when constructing aBob Halley2016-05-111-0/+3
* Allow zone origin to be specified as a string.Bob Halley2016-05-081-0/+11
* python3 supportArthur Gautier2016-04-211-26/+37
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
* Add dns.zone.to_text() convenience method.Bob Halley2014-06-211-0/+14
* Fix exception when reading from a masterfile.Bob Halley2014-06-211-1/+10
* overhaul test systemBob Halley2014-05-311-0/+389