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.py Updated test_exceptions_hierarchy.py (+14/-1 lines)
  • Added @settings(suppress_health_check=[HealthCheck.too_slow]) decorator to 13 hypothesis-based test functions in test_exceptions_hierarchy.py qualify internal
    1 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 internal
    1 file
    • test_exceptions_hierarchy.py
  • Imported settings and HealthCheck from hypothesis to support the suppression baseline internal
    1 file
    • test_exceptions_hierarchy.py

Claude Code Permissions

1 file changed
  • settings.local.json Updated settings.local.json (+2/-1 lines)
  • Minor update to .claude/settings.local.json permissions baseline internal
    1 file
    • settings.local.json