summaryrefslogtreecommitdiff
path: root/tests/test_ntoaaton.py
Commit message (Collapse)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
| | | | None of these are needed anymore.
* Improve assertion checking.Brian Wellington2020-03-181-4/+4
| | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
* TST: fix failif -> assertFalse deprecationThomas A Caswell2019-10-301-5/+5
| | | | failIf was deprecated in py31
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-7/+7
| | | | failUnlessRaises was deprecated in py31
* TST: fix unittest deprecationThomas A Caswell2019-10-301-8/+8
| | | | failUnless was deprecated in py31
* 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
| | | | instead of text, a Py2/Py3 merge bug.
* dns.inet.is_multicast() was broken in python 3 byBob Halley2016-12-261-0/+15
| | | | | the python2-python3 merge. [#224]
* Pylint: remove unused variablesMartin2016-08-311-5/+5
| | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
* Py3: fix testsMartin2016-07-021-4/+4
|
* Pylint: tests: fix redefined functionsMartin2016-07-021-4/+4
| | | | | | | This fix increases number of tests from Ran 424 tests in 13.300s to Ran 435 tests in 13.679s
* Pylint: tests: py3: use print functionMartin2016-07-021-0/+2
|
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-311-15/+15
| | | | [issue #167]
* test: I believe this ip to be legitimateArthur Gautier2016-04-211-1/+1
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* python3 supportArthur Gautier2016-04-211-42/+44
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Adds tox and coverage.pyArthur Gautier2016-04-211-1/+4
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* 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