summaryrefslogtreecommitdiff
path: root/tests/test_tokenizer.py
Commit message (Expand)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-84/+94
* fix various typing issues (typos)Sebastian Wagner2022-01-291-1/+1
* detect escapes > 255Bob Halley2020-08-101-0/+8
* Adds support for reading TSIG text format.Brian Wellington2020-08-101-0/+3
* more tokenizer coverage improvementsBob Halley2020-07-231-0/+50
* more tokenizer test cleanupsBob Halley2020-07-231-53/+19
* more tokenizer coverageBob Halley2020-07-231-21/+24
* more tokenizer coverageBob Halley2020-06-181-0/+34
* improve tokenizer coverageBob Halley2020-06-171-0/+93
* Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]Bob Halley2020-05-031-2/+3
* Improve assertion checking.Brian Wellington2020-03-181-24/+31
* TST: fix failUnlessRaises -> assertRaises deprecationThomas A Caswell2019-10-301-6/+6
* TST: fix unittest deprecationThomas A Caswell2019-10-301-24/+24
* remove the rest of the unicode string prefixesBob Halley2019-01-081-5/+0
* update copyrightBob Halley2018-12-011-0/+2
* Initial type signaturesJanus2018-07-311-4/+1
* Pylint: remove unused variablesMartin2016-08-311-5/+5
* Pylint: tests: Fix whitespace errorsMartin2016-07-021-2/+2
* Pylint: tests: fix reimportsMartin2016-07-021-1/+0
* python3 supportArthur Gautier2016-04-211-0/+4
* fix unicode ipaddr crashes in rdata.from_text and tokenizer.Tokenizer, fixes #41Thomas Waldmann2015-02-241-0/+10
* overhaul test systemBob Halley2014-05-311-0/+190