summaryrefslogtreecommitdiff
path: root/tests/test_generate.py
Commit message (Collapse)AuthorAgeFilesLines
* remove debugging printsBob Halley2020-06-281-1/+0
|
* more zone test coverageBob Halley2020-06-181-0/+45
|
* tests: remove forgotten printsPetr Špaček2020-05-281-3/+0
|
* Improve assertion checking.Brian Wellington2020-03-181-8/+8
| | | | | 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-2/+2
| | | | failUnlessRaises was deprecated in py31
* TST: fix unittest deprecationThomas A Caswell2019-10-301-8/+8
| | | | failUnless was deprecated in py31
* $GENERATE was not padding correctly given a pattern like ${0,3} it wasBob Halley2019-02-211-2/+2
| | | | | using the index field (0) as the padding width, instead of the correct value 3.
* Fix exception when parsing certain generate statementsSigmund Augdal2019-02-211-0/+52
|
* Remove _compat module.Bob Halley2018-12-091-57/+55
|
* update copyrightBob Halley2018-12-011-0/+2
|
* Initial type signaturesJanus2018-07-311-16/+13
|
* Pylint: remove unused variablesMartin2016-08-311-2/+2
| | | | This commit removes some unused variables (except those in iterations, list comprehensions and used for unpacking)
* Pylint: tests: remove unused importsMartin2016-07-021-3/+0
|
* python3 supportArthur Gautier2016-04-211-73/+77
| | | | 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>
* overhaul test systemBob Halley2014-05-311-0/+499