summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index c495200..6336ad5 100644
--- a/README
+++ b/README
@@ -15,6 +15,9 @@ parser and emitter as follows:
>>> yaml.load(stream, Loader=yaml.CLoader)
>>> yaml.dump(data, Dumper=yaml.CDumper)
+PyYAML includes a comprehensive test suite. To run the tests,
+type 'python setup.py test'.
+
For more information, check the PyYAML homepage:
'http://pyyaml.org/wiki/PyYAML'.