From: Zooko O'Whielacronx Date: Fri, 20 Jul 2007 22:51:24 +0000 (-0700) Subject: zfec: add to README.txt how to run the unit tests X-Git-Tag: allmydata-tahoe-0.5.0~104 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=279561b61b2a220eb87146a7c60eb1a8d8c63a68;p=tahoe-lafs%2Ftahoe-lafs.git zfec: add to README.txt how to run the unit tests --- diff --git a/src/zfec/README.txt b/src/zfec/README.txt index fb6bc411..9ea057cb 100644 --- a/src/zfec/README.txt +++ b/src/zfec/README.txt @@ -36,6 +36,10 @@ stow") tool, then give it these arguments: "python ./setup.py install --single-version-externally-managed --record=${specificdirectory}/zfec-install.log --prefix=${specificdirectory}" +To run the self-tests, execute "python ./setup.py test" (or if you have +Twisted Python installed, you can run "trial zfec" for nicer output and test +options.) + * Community