FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: add fuzzing coverage for incoming packet parsing · python-zeroconf/python-zeroconf@02137cb · GitHub

Commit 02137cb

Browse files
committed
test: add fuzzing coverage for incoming packet parsing
1 parent 228902a commit 02137cb

4 files changed

Lines changed: 274 additions & 2 deletions

File tree

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ docs/_build/
1818
/dist/
1919
/zeroconf.egg-info/
2020
/src/**/*.c
21+
.hypothesis/

‎poetry.lock‎

Lines changed: 127 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ setuptools = ">=83.0.0,<84.0.0"
9292
pytest-timeout = "^2.1.0"
9393
pytest-codspeed = ">=5.0.3,<6.0"
9494
blockbuster = ">=1.5.27,<2.0.0"
95+
hypothesis = "^6.165.10"
9596

9697
[tool.poetry.group.docs.dependencies]
9798
sphinx = "^7.4.7 || ^8.1.3"

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL