From: zooko Date: Fri, 20 Jul 2007 22:51:24 +0000 (+0530) Subject: zfec: add to README.txt how to run the unit tests X-Git-Url: https://git.rkrishnan.org/tahoe_css?a=commitdiff_plain;h=cd0b0d7882cdb6e5520aa8a82b443a07883029c7;p=tahoe-lafs%2Fzfec.git zfec: add to README.txt how to run the unit tests darcs-hash:7ebe225252c8c2b47112b0299b1e9de5c0facf8b --- diff --git a/zfec/README.txt b/zfec/README.txt index fb6bc41..9ea057c 100644 --- a/zfec/README.txt +++ b/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