changeset 32:9748d997cbf7

README.txt
author Atul Varma <varmaa@toolness.com>
date Thu, 24 Dec 2009 14:33:51 -0800
parents 86ba46e4f654
children 97e681243579
files README.txt
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Thu Dec 24 14:33:51 2009 -0800
@@ -0,0 +1,9 @@
+To run the test suite, get nose first:
+
+  http://code.google.com/p/python-nose/
+
+Then run:
+
+  nosetests .
+
+Otherwise, you're on your own.