hypofuzz


Namehypofuzz JSON
Version 24.2.3 PyPI version JSON
download
home_pagehttps://hypofuzz.com/
SummaryAdaptive fuzzing for property-based tests
upload_time2024-02-19 09:52:45
maintainer
docs_urlNone
authorZac Hatfield-Dodds
requires_python>=3.8
licenseAGPL-3.0
keywords python testing fuzzing property-based-testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [HypoFuzz](https://hypofuzz.com/)

*Adaptive fuzzing of [Hypothesis](https://hypothesis.readthedocs.io) tests.*


Property-based approaches help you to write better tests which find more bugs,
but don't have great ways to exchange much more CPU time for more bugs.
The goal of this project is to bring togther the best parts of fuzzing and PBT.


## Motivation

You can [run a traditional fuzzer](https://hypothesis.readthedocs.io/en/latest/details.html#use-with-external-fuzzers)
like AFL on Hypothesis tests to get basic coverage guidance.  This works OK, but there's
a lot of performance overhead.  Installing, configuring, and connecting all the parts is
a pain, and because it assumes one fuzz target per core you probably can't scale up far
enough to fuzz your whole test suite.

Alternatively, you can just run Hypothesis with a large `max_examples` setting.
This also works pretty well, but doesn't get the benefits of coverage guidance and
you have to guess how long it'll take to run the tests - each gets the same budget.

HypoFuzz solves all of these problems, and more!


## Features

- Interleave execution of many test functions
- Prioritise functions where we expect to make progress
- Coverage-guided exploration of your system-under-test
- Seamless python-native and CLI integrations (replaces the `pytest` command)
- Web-based time-travel debugging with [PyTrace](https://pytrace.com/)
  (automatic if you `pip install hypofuzz[pytrace]`)

Read more about HypoFuzz at https://hypofuzz.com/docs/, including
[the changelog](https://hypofuzz.com/docs/changelog.html).

            

Raw data

            {
    "_id": null,
    "home_page": "https://hypofuzz.com/",
    "name": "hypofuzz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "python testing fuzzing property-based-testing",
    "author": "Zac Hatfield-Dodds",
    "author_email": "zac@hypofuzz.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/95/459c58ddc9e104ee02ea7d14c96110722cea39989aefdb8e83461a2d94c3/hypofuzz-24.2.3.tar.gz",
    "platform": null,
    "description": "# [HypoFuzz](https://hypofuzz.com/)\n\n*Adaptive fuzzing of [Hypothesis](https://hypothesis.readthedocs.io) tests.*\n\n\nProperty-based approaches help you to write better tests which find more bugs,\nbut don't have great ways to exchange much more CPU time for more bugs.\nThe goal of this project is to bring togther the best parts of fuzzing and PBT.\n\n\n## Motivation\n\nYou can [run a traditional fuzzer](https://hypothesis.readthedocs.io/en/latest/details.html#use-with-external-fuzzers)\nlike AFL on Hypothesis tests to get basic coverage guidance.  This works OK, but there's\na lot of performance overhead.  Installing, configuring, and connecting all the parts is\na pain, and because it assumes one fuzz target per core you probably can't scale up far\nenough to fuzz your whole test suite.\n\nAlternatively, you can just run Hypothesis with a large `max_examples` setting.\nThis also works pretty well, but doesn't get the benefits of coverage guidance and\nyou have to guess how long it'll take to run the tests - each gets the same budget.\n\nHypoFuzz solves all of these problems, and more!\n\n\n## Features\n\n- Interleave execution of many test functions\n- Prioritise functions where we expect to make progress\n- Coverage-guided exploration of your system-under-test\n- Seamless python-native and CLI integrations (replaces the `pytest` command)\n- Web-based time-travel debugging with [PyTrace](https://pytrace.com/)\n  (automatic if you `pip install hypofuzz[pytrace]`)\n\nRead more about HypoFuzz at https://hypofuzz.com/docs/, including\n[the changelog](https://hypofuzz.com/docs/changelog.html).\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Adaptive fuzzing for property-based tests",
    "version": "24.2.3",
    "project_urls": {
        "Changelog": "https://hypofuzz.com/docs/changelog.html",
        "Documentation": "https://hypofuzz.com/docs/",
        "Homepage": "https://hypofuzz.com/"
    },
    "split_keywords": [
        "python",
        "testing",
        "fuzzing",
        "property-based-testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41b1aa80309ee2dbfe185f77d69351ca647b6604eb992b256c964e874a29f017",
                "md5": "6f772d768de426f8043e1ce65b4d4b9d",
                "sha256": "8482f9ab1bf659b114bbfa5a301ad746e87553ebeae2c5b81bfdfc9641ef153d"
            },
            "downloads": -1,
            "filename": "hypofuzz-24.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f772d768de426f8043e1ce65b4d4b9d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 38323,
            "upload_time": "2024-02-19T09:52:43",
            "upload_time_iso_8601": "2024-02-19T09:52:43.815237Z",
            "url": "https://files.pythonhosted.org/packages/41/b1/aa80309ee2dbfe185f77d69351ca647b6604eb992b256c964e874a29f017/hypofuzz-24.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d095459c58ddc9e104ee02ea7d14c96110722cea39989aefdb8e83461a2d94c3",
                "md5": "1f72a2a18973b545175865d3b2619108",
                "sha256": "065ce7eea05da9afd8107102ca6b5976fc4f5a02d9224bb4efd41cc925199336"
            },
            "downloads": -1,
            "filename": "hypofuzz-24.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1f72a2a18973b545175865d3b2619108",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 39197,
            "upload_time": "2024-02-19T09:52:45",
            "upload_time_iso_8601": "2024-02-19T09:52:45.663587Z",
            "url": "https://files.pythonhosted.org/packages/d0/95/459c58ddc9e104ee02ea7d14c96110722cea39989aefdb8e83461a2d94c3/hypofuzz-24.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-19 09:52:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hypofuzz"
}
        
Elapsed time: 0.18954s