summaryrefslogtreecommitdiff
path: root/_test/data
Commit message (Collapse)AuthorAgeFilesLines
* remove python 2 specific codeAnthon van der Neut2021-03-093-3/+3
| | | | add future deprecation warning to old style functions
* fix issue #255 and #256 empty collection defaulting to flow-style0.15.76Anthon van der Neut2018-11-011-4/+0
| | | | | | | | an empty collection now defaults to best style. I.e. if elements are inserted their style is not forced to flow-style *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
* error/warning on duplicate mapping keys0.15.1Anthon van der Neut2017-06-076-16/+0
|
* initial version with YAML class0.15.0Anthon van der Neut2017-06-042-0/+0
| | | | Some new tests are still required
* moved test to _test to prevent setuptools from including test/test_*.py0.10.17Anthon van der Neut2016-01-22579-0/+3634
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