summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* redirect to dnspythonBob Halley2016-09-2027-4538/+0
|
* revert bad mergeBob Halley2016-05-081-11/+0
|
* Merge pull request #132 from ddellav/python3Bob Halley2016-05-081-0/+11
|\ | | | | Offline Build Process Facilitation
| * Checking for network access and disabling certain tests that require it to ↵David Della Vecchia2015-12-161-0/+11
| | | | | | | | facilitate offline build process.
* | exit with nonzero status if tests failBob Halley2016-01-081-1/+3
|/
* Merge pull request #103 from encukou/py3-recordsBob Halley2015-12-034-0/+4
|\ | | | | Py3: Add missing code for URI and TLSA rrtypes from the python2 branch
| * Add URI RR to test data.Bob Halley2015-05-274-0/+4
| |
* | Merge pull request #106 from encukou/deduplicate-testsBob Halley2015-12-034-21/+5
|\ \ | | | | | | Rename tests with duplicate names
| * | Rename tests with duplicate namesPetr Viktorin2015-05-274-21/+5
| |/ | | | | | | | | | | | | Some tests were shadowed by a different test of the same name. Rename to resolve the conflicts. In test_ntoaaton, there were exact duplicates; only keep one of each.
* | Merge pull request #105 from encukou/py3-testsBob Halley2015-12-034-0/+244
|\ \ | | | | | | Py3: Add missing tests
| * | add some LRUCache testsBob Halley2015-05-271-0/+57
| | |
| * | Add rdtypeanyloc tests from the py2 branchPetr Viktorin2015-05-271-0/+68
| | |
| * | Add rdata tests from the py2 branchPetr Viktorin2015-05-271-0/+33
| | |
| * | Add grange tests from the py2 branchPetr Viktorin2015-05-271-0/+86
| |/
* | Merge pull request #102 from encukou/py3-pickleBob Halley2015-12-031-0/+7
|\ \ | | | | | | Py3: Implement the pickle protocol for Name objects
| * | Test pickling Name objectsPetr Viktorin2015-05-261-0/+7
| |/
* | Merge pull request #101 from encukou/py3-ecdsaBob Halley2015-12-031-0/+63
|\ \ | | | | | | Add ECDSA to python3 branch
| * | Skip DNSSEC ECDSA tests if there is no python ecdsa package.Petr Spacek2015-05-261-0/+8
| | |
| * | Preliminary Elliptic Curve DNSSEC Validation (requires ecdsa module)Bob Halley2015-05-261-0/+55
| |/
* | Add support for EUI48 and EUI64 RR typesPetr Spacek2015-12-031-0/+223
| |
* | Add support for CDNSKEY record typeJan Vcelak2015-10-314-0/+9
| |
* | Add support for CDS record typeJan Vcelak2015-10-314-0/+4
| |
* | Fix CAA from_wire()Bob Halley2015-06-131-0/+12
|/
* Merge pull request #97 from encukou/zone-to_fileBob Halley2015-05-211-1/+14
|\ | | | | Fix failing test for Zone.to_file
| * 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.
* | Test new DNSException behavior.Petr Spacek2015-05-211-0/+24
|/
* Add tests for str() handling in DNSException.Petr Spacek2015-02-121-0/+38
|
* Add CAA.Bob Halley2014-09-054-0/+24
|
* Overhaul test suite to allow testing in place.Bob Halley2014-08-3117-4/+23
|
* Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 space.Bob Halley2014-08-312-0/+13
|
* Fix test_rdtypeanydnskey.py for python3.Bob Halley2014-08-311-9/+9
|
* Add dns.rdtypes.ANY.DNSKEY.flags_to_text_set() and flags_from_text_set().Petr Spacek2014-08-311-0/+68
| | | | Map between DNSKEY RR flags bit array and set of human-readable names.
* Allow empty APL RR.Bob Halley2014-08-311-0/+8
|
* Fix exception when reading from a masterfile.Bob Halley2014-08-311-0/+9
|
* Fix some issues with dns.zone.to_file().Bob Halley2014-08-311-1/+1
|
* Add dns.zone.to_text() convenience method.Bob Halley2014-08-312-0/+131
|
* Add regression test for APL trailing zero bugBob Halley2013-08-131-0/+7
|
* pull up $GENERATEBob Halley2013-06-301-0/+498
|
* Add TLSABob Halley2013-06-303-0/+9
|
* In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 fieldBob Halley2013-04-261-0/+6
|
* Pull up James Dempsey's fix: Remove DNSKEY keytag uniqueness assumption (RFC ↵Bob Halley2013-03-311-0/+10
| | | | 4034, section 8)
* Do not generate empty NSEC3 bitmap windowsBob Halley2012-08-281-0/+5
|
* more v6 strictness; more unit testsBob Halley2011-07-122-30/+71
|
* update copyrightsBob Halley2011-05-1215-15/+15
|
* assume the python3 executable is called python3Bob Halley2011-05-121-1/+1
|
* merge changes up to py3merge2 tag; update tests to assert styleBob Halley2011-04-2818-385/+372
|
* merge 1.9.2 masterBob Halley2010-12-122-1/+169
|
* Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-257-104/+99
|
* test that escapes of non-digits work correctlyBob Halley2010-01-131-0/+10
|
* update copyrights for 2010Bob Halley2010-01-1314-14/+14
|