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:
    ACK fe83ee6061
  Kixunil:
    ACK fe83ee6061

Tree-SHA512: 1029de63c7e88cbb164bd637631cbf9b01eea7224914583e2b97b9e189e350fc701b24971a18d89d8d7a99b77609808ca04e2856f0bd0512bcb1010fa455255a
This commit is contained in:
Andrew Poelstra 2023-03-21 23:10:30 +00:00
commit 4b405b2bb6
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 2 additions and 4 deletions

View File

@ -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
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/`
Mutation testing is planned; any contributions helping with that are highly
welcome!
Various methods of testing are in use (e.g. fuzzing, mutation), please see
the [readme](./REAME.md) for more information.
## Going further