summaryrefslogtreecommitdiff
path: root/tests/test_ntoaaton.py
Commit message (Expand)AuthorAgeFilesLines
* add coverage for a v6 branch caseBob Halley2020-07-221-0/+6
* fix indentation of test_bogus_family()Bob Halley2020-06-291-5/+5
* more coverage improvementsBob Halley2020-06-291-0/+6
* The dns.inet.AF_* portability scheme is no longer needed.Bob Halley2020-06-161-2/+2
* further test low_level_address_tuple()Bob Halley2020-06-161-0/+21
* Change parameter order of low_level_address_tuple; add test coverage.asyncBob Halley2020-06-131-0/+15
* tests: remove forgotten printsPetr Špaček2020-05-281-1/+0
* increase test coverage for various thingsBob Halley2020-05-231-2/+34
* Add an ignore_scope option to dns.ipv6.inet_aton().Bob Halley2020-05-041-0/+17
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-2/+0
* Improve assertion checking.Brian Wellington2020-03-181-4/+4
* TST: fix failif -> assertFalse deprecationThomas A Caswell2019-10-301-5/+5
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-7/+7
* TST: fix unittest deprecationThomas A Caswell2019-10-301-8/+8
* update copyrightBob Halley2018-12-011-0/+2
* Initial type signaturesJanus2018-07-311-4/+1
* The IPv4 and IPv6 inet_ntoa() functions were returning binaryBob Halley2017-01-021-3/+3
* dns.inet.is_multicast() was broken in python 3 byBob Halley2016-12-261-0/+15
* Pylint: remove unused variablesMartin2016-08-311-5/+5
* Py3: fix testsMartin2016-07-021-4/+4
* Pylint: tests: fix redefined functionsMartin2016-07-021-4/+4
* Pylint: tests: py3: use print functionMartin2016-07-021-0/+2
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-311-15/+15
* test: I believe this ip to be legitimateArthur Gautier2016-04-211-1/+1
* python3 supportArthur Gautier2016-04-211-42/+44
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
* Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-311-0/+8
* overhaul test systemBob Halley2014-05-311-0/+203