summaryrefslogtreecommitdiff
path: root/_test/test_string.py
Commit message (Collapse)AuthorAgeFilesLines
* remove erroneous version from CHANGES, update use of LiteralScalarStringAnthon van der Neut2018-08-231-2/+2
|
* fix #158 folded scalars not roundtripping0.15.61Anthon van der Neut2018-08-231-20/+0
|
* change tests for folded scalars to fail, re #158Anthon van der Neut2018-08-231-1/+19
|
* cleanupAnthon van der Neut2018-08-211-0/+2
|
* update and extend walk_tree, cover with testAnthon van der Neut2018-08-201-0/+40
|
* oitnb formats all testsAnthon van der Neut2018-08-151-28/+38
|
* undid miswrapping of testsAnthon van der Neut2018-08-051-67/+30
|
* Apply oitnb and mypy 0.620, then make everything work again0.15.48Anthon van der Neut2018-08-031-38/+82
|
* Resolving issue #210 deprecation warning in python 3.7Anthon van der Neut2018-07-281-1/+2
| | | | | *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so usingthe WorkFlow pull-down (close to the top right of this page)*
* fix issue #109 and #110Anthon van der Neut2017-04-041-0/+31
| | | | | | | issue 109: None not represented round-trippable at top level, reported by Andrea Censi issue 110: .replace() on a ScalarString subclass would return a string instead of an instance of that subclass, reported by sandres23
* added optional preservation of quotes around scalarsAnthon van der Neut2016-07-061-2/+21
|
* - make sure there is a space before # if scalar pushes (through indent)Anthon van der Neut2016-02-161-10/+10
| | | | | 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-221-0/+107
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