summaryrefslogtreecommitdiff
path: root/tests/test_zone.py
Commit message (Expand)AuthorAgeFilesLines
* 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