Welcome to HypoFuzz!
====================

HypoFuzz is an advanced fuzzing backend and dashboard for your `Hypothesis <https://github.com/HypothesisWorks/hypothesis//>`_ tests.

Hundreds of thousands of developers trust Hypothesis to test their code, including :pypi:`NumPy <numpy>`, :pypi:`attrs`, `CPython <https://github.com/python/cpython>`_, :pypi:`pandas`, and :pypi:`cryptography`. HypoFuzz builds on top of the success of Hypothesis: HypoFuzz finds bugs quicker, gives greater insight into your test effectiveness, and makes more efficient use of CPU time—all using your same Hypothesis test suite.

We recommend starting with the :doc:`quickstart <quickstart>`. For a full reference guide, check out the :doc:`user manual <manual/index>`.

* `Website <https://hypofuzz.com/>`_
* `Documentation <https://hypofuzz.com/docs/index.html>`_
* `Source code <https://github.com/Zac-HD/hypofuzz>`_

.. toctree::
    :hidden:

    quickstart
    manual/index.rst
    reference
    features
    changelog

.. toctree::
    :caption: About HypoFuzz
    :hidden:

    compatibility
    literature
