summaryrefslogtreecommitdiff
path: root/_test/lib
Commit message (Collapse)AuthorAgeFilesLines
* retrofitted 0.18 changesAnthon van der Neut2023-05-016-32/+42
|
* remove support for 2.7, prepare for f-strings0.17.0Anthon van der Neut2021-03-263-23/+29
|
* remove python 2 specific codeAnthon van der Neut2021-03-0914-389/+232
| | | | 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-0319-228/+352
|
* flake8-bugbearAnthon van der Neut2018-08-011-1/+1
|
* re-added test to make sure C-Compiler is available0.15.41Anthon van der Neut2018-06-271-2/+2
|
* update to flake8==3.3.0 with --ignore F405Anthon van der Neut2017-07-1216-38/+97
|
* initial version with YAML class0.15.0Anthon van der Neut2017-06-041-0/+2
| | | | Some new tests are still required
* update for mypy --strict, prepare de-inheritance (Loader/Dumper)0.14.0Anthon van der Neut2017-03-211-0/+3
|
* pep8 compliance, util.load_yaml_guess_indent0.11.2Anthon van der Neut2016-02-2717-111/+202
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-163-25/+80
| | | | | a comment from its original column - flake 8
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-2219-0/+2317
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