third_party_pyyaml/tests
Alex Gaynor 7b68405c81 Make pyyaml safe by default.
Change yaml.load/yaml.dump to be yaml.safe_load/yaml.safe_dump, introduced yaml.danger_dump/yaml.danger_load, and the same for various other classes.

(python2 only at this moment)

Refs #5
2017-08-26 10:26:01 -05:00
..
data Added emoticon test data files (which will probably break testing) 2017-05-09 23:07:36 +10:00
lib Make pyyaml safe by default. 2017-08-26 10:26:01 -05:00
lib3 Suspicious 'expected an exception' messages trimmed 2017-05-10 07:53:42 +10:00