summaryrefslogtreecommitdiff
path: root/_test/lib/test_recursive.py
Commit message (Collapse)AuthorAgeFilesLines
* remove python 2 specific codeAnthon van der Neut2021-03-091-6/+9
| | | | 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-8/+7
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-0/+1
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-3/+4
|
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+54
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