summaryrefslogtreecommitdiff
path: root/tests/test_zone.py
Commit message (Collapse)AuthorAgeFilesLines
* redirect to dnspythonBob Halley2016-09-201-420/+0
|
* Fix failing test for Zone.to_filePetr Viktorin2015-05-211-1/+14
| | | | | | | | | | | | A fix for https://github.com/rthalley/dnspython/issues/94 Make the to_file method work on string files, unless explicitly told to do binary encoding. Take the line terminator from os, rather than relying on the print function. Change the test to use a text file rather than binary, and add a new test for to_file with a binary file.
* Overhaul test suite to allow testing in place.Bob Halley2014-08-311-0/+407