Merge rust-bitcoin/rust-bitcoin#1719: Update testing section
fe83ee6061
Update testing section (Tobin C. Harding) Pull request description: The testing section in `CONTRIBUTING.md` is stale, update it to point readers towards the readme. ACKs for top commit: apoelstra: ACKfe83ee6061
Kixunil: ACKfe83ee6061
Tree-SHA512: 1029de63c7e88cbb164bd637631cbf9b01eea7224914583e2b97b9e189e350fc701b24971a18d89d8d7a99b77609808ca04e2856f0bd0512bcb1010fa455255a
This commit is contained in:
commit
4b405b2bb6
|
@ -207,10 +207,8 @@ seriously. Due to the modular nature of the project, writing new test cases is
|
||||||
easy and good test coverage of the codebase is an important goal. Refactoring
|
easy and good test coverage of the codebase is an important goal. Refactoring
|
||||||
the project to enable fine-grained unit testing is also an ongoing effort.
|
the project to enable fine-grained unit testing is also an ongoing effort.
|
||||||
|
|
||||||
Fuzzing is heavily encouraged: feel free to add related material under `fuzz/`
|
Various methods of testing are in use (e.g. fuzzing, mutation), please see
|
||||||
|
the [readme](./REAME.md) for more information.
|
||||||
Mutation testing is planned; any contributions helping with that are highly
|
|
||||||
welcome!
|
|
||||||
|
|
||||||
|
|
||||||
## Going further
|
## Going further
|
||||||
|
|
Loading…
Reference in New Issue