summaryrefslogtreecommitdiff
path: root/morphlib/yamlparse_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.