README: document how to run the tests stable
authorGreg Ward <greg@gerg.ca>
Tue, 15 Apr 2014 14:06:20 -0400
branchstable
changeset 926 14d91c36f88b
parent 925 89b50258ad33
child 927 154510dc4318
README: document how to run the tests
README
--- a/README	Sat May 03 03:46:21 2014 +0530
+++ b/README	Tue Apr 15 14:06:20 2014 -0400
@@ -29,7 +29,12 @@
 ==========
 
 The simplest way to contribute is to issue a pull request on Bitbucket
-(https://bitbucket.org/marmoute/mutable-history).
+(https://bitbucket.org/marmoute/mutable-history). Please don't forget
+to update and run the tests when you fix a bug or add a feature. To
+run the tests:
+
+    cd tests
+    python run-tests.py --with-hg=/path/to/hg
 
 However, some cutting-edge changes may be found in a mutable repository hosted
 by logilab before they are published.