summaryrefslogtreecommitdiff
path: root/morphlib/yamlparse_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Legacy morph code: Also dump in specified orderRichard Maw2014-02-171-9/+1
| | | | | This rips out any remaining order-preserving code and instead uses the yaml dumper from morphloader.
* Make yaml be an optional dependencyLars Wirzenius2013-01-291-6/+9
| | | | | This can go away when we have made a release with yaml in it, and its staging filler.
* Fix testsRichard Maw2013-01-221-0/+69
Invalid text changed to be something that doesn't parse as YAML either, and catch convert the YAMLError to the expected exception. Ideally there wouldn't be any `#pragma: no cover`s, but I could not trigger these code paths.