summaryrefslogtreecommitdiff
path: root/tests/test_bugs.py
Commit message (Collapse)AuthorAgeFilesLines
* remove digestable test in favor of another coming soonBob Halley2020-06-011-21/+0
|
* Lowercase SRV records in to_digestable(), fixes #496Nils Wisiol2020-06-011-0/+23
|
* fix tests broken by immutable rdata conversion (lists became tuples)Bob Halley2020-04-021-1/+1
|
* Improve assertion checking.Brian Wellington2020-03-181-11/+11
| | | | | This replaces lots of self.assertTrue() assertions with more specific assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-1/+1
| | | | failUnlessRaises was deprecated in py31
* TST: fix unittest deprecationThomas A Caswell2019-10-301-11/+11
| | | | failUnless was deprecated in py31
* 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-4/+1
|
* Make sure all 'strings' passed to the txtbase constructor are encoded ifBob Halley2017-02-191-1/+15
| | | | needed. [Issue #239]
* add regression test for APL trailing zero suppressionBob Halley2016-11-151-0/+14
|
* Pylint: remove unused variablesMartin2016-08-311-1/+1
| | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
* Pylint: tests: remove semicolonMartin2016-07-021-1/+1
|
* python3 supportArthur Gautier2016-04-211-8/+8
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Adds tox and coverage.pyArthur Gautier2016-04-211-2/+5
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Fix CAA from_wire()Bob Halley2015-06-131-0/+13
|
* Allow empty APL RR.Bob Halley2014-06-181-0/+7
|
* overhaul test systemBob Halley2014-05-311-0/+49