changeset 30:9867250e0a4a

Add a segment on running the tests before use.
author Augie Fackler <durin42@gmail.com>
date Tue, 14 Oct 2008 09:13:15 -0500
parents 575bd29bc1d8
children 05800c403321
files README
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -22,6 +22,10 @@ If you are unfamiliar with installing Me
 
 .. _UsingExtensions: http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions
 
+Before using hgsubversion, I *strongly* encourage you to run the automated tests. Just use nose_ if you have it (or ``easy_install nose`` if you want it), or use ``python tests/run.py`` to run the suite with the conventional test runner. Note that because I use nose, there's a lot of stdout spew in the tests right now. The important part is that all the tests pass.
+
+.. _nose: http://code.google.com/p/python-nose/
+
 Basic Use
 -----------
 Get a new clone of an svn server::