summaryrefslogtreecommitdiff
path: root/_test/lib/test_constructor.py
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-011-1/+1
|
* remove python 2 specific codeAnthon van der Neut2021-03-091-8/+6
| | | | add future deprecation warning to old style functions
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-32/+48
|
* flake8-bugbearAnthon van der Neut2018-08-011-1/+1
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-4/+7
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-32/+65
|
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+322
although the package dirs were explicitly specified. This used to lead to half included, non-working test directory contents that have no place in a distribution. This fixes issue #17