-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
pytest / unittestInteraction between HypoFuzz and testing frameworksInteraction between HypoFuzz and testing frameworks
Description
HypoFuzz is compatible with almost all of Pytest and unittest (and all of the most-commonly used parts of both). This issue tracks the remaining work to get 100% compatibility, as mentioned on the compatibility docs page.
- Pytest's xunit-style setup and teardown methods
-
setup_moduleandteardown_module -
setup_classandteardown_class -
setup_methodandteardown_method -
setup_functionandteardown_function
-
- Unittest features not supported by Pytest
-
subTest - the
load_testsprotocol
-
Note to self: if adding support for any of these, also update the wording on https://hypofuzz.com/docs/compatibility.html.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pytest / unittestInteraction between HypoFuzz and testing frameworksInteraction between HypoFuzz and testing frameworks