pyvider
2025-10-01
Added health check suppression to hypothesis property-based tests to prevent slow test warnings,...
2 files · 16+ · 2-
Hypothesis Health Check Suppression
1 file changed
test_exceptions_hierarchy.pyUpdated test_exceptions_hierarchy.py (+14/-1 lines)
- Added
@settings(suppress_health_check=[HealthCheck.too_slow])decorator to 13 hypothesis-based test functions intest_exceptions_hierarchy.pyqualify internal1 file
test_exceptions_hierarchy.py
- Tests affected include:
test_pyvider_error_with_message,test_function_error,test_function_registration_error,test_schema_error,test_schema_validation_error,test_schema_registration_error,test_schema_parse_error,test_schema_conversion_error,test_serialization_error,test_deserialization_error,test_validation_error, and related exception tests qualify internal1 file
test_exceptions_hierarchy.py
- Imported
settingsandHealthCheckfrom hypothesis to support the suppression baseline internal1 file
test_exceptions_hierarchy.py
Claude Code Permissions
1 file changed
settings.local.jsonUpdated settings.local.json (+2/-1 lines)