Update testing section
The testing section in `CONTRIBUTING.md` is stale, update it to point readers towards the readme.
This commit is contained in:
parent
2f404f9b5c
commit
fe83ee6061
|
@ -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