Remove blurb about 100% coverage and replace with comprehensive.

btcscript contains an amount of debug logging that is very useful to
have. We have agreed that testing this isn't realy practical or indeed
really useful and thus is rather unlikely to grow test coverage any time
soon.
This commit is contained in:
Owain G. Ainsworth 2013-06-28 01:15:10 +01:00
parent c41330e772
commit 4d31b2c850

View file

@ -1,11 +1,11 @@
btcscript btcscript
========= =========
Package btcscript implements the bitcoin transaction scripts. There is a test Package btcscript implements the bitcoin transaction scripts. There is
suite which is aiming to reach 100% code coverage. See a comprehensive test suite. `test_coverage.txt` contains the current
`test_coverage.txt` for the current coverage (using gocov). On a coverage statistics (generated using gocov). On a UNIX-like OS, the
UNIX-like OS, the script `cov_report.sh` can be used to generate the script `cov_report.sh` can be used to generate the report. Package
report. Package btcscript is licensed under the liberal ISC license. btcscript is licensed under the liberal ISC license.
This package is one of the core packages from btcd, an alternative full-node This package is one of the core packages from btcd, an alternative full-node
implementation of bitcoin which is under active development by Conformal. implementation of bitcoin which is under active development by Conformal.