summaryrefslogtreecommitdiff
path: root/_test/lib/test_errors.py
Commit message (Collapse)AuthorAgeFilesLines
* remove python 2 specific codeAnthon van der Neut2021-03-091-5/+10
| | | | 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-12/+14
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-121-0/+5
|
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-0/+2
| | | | Some new tests are still required
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-271-2/+5
|
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-221-0/+75
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