Commit 930f291b authored by Willem Thiart's avatar Willem Thiart
Browse files

README: add blurb about fuzzing

parent 935fcc90
...@@ -28,6 +28,7 @@ Quality Assurance ...@@ -28,6 +28,7 @@ Quality Assurance
We use the following methods to ensure that the library is safe: We use the following methods to ensure that the library is safe:
* A `simulator <https://github.com/willemt/virtraft>`_ is used to test the Raft invariants on unreliable networks * A `simulator <https://github.com/willemt/virtraft>`_ is used to test the Raft invariants on unreliable networks
* `Fuzzing/property-based-testing <https://github.com/willemt/virtraft/blob/master/tests/test_fuzzer.py>`_ via `Hypothesis <https://github.com/DRMacIver/hypothesis/>`_
* All bugs have regression tests * All bugs have regression tests
* Many unit tests * Many unit tests
* `Usage <https://github.com/willemt/ticketd>`_ * `Usage <https://github.com/willemt/ticketd>`_
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment