test_errorConversionImports

test_errorConversionImports.test_error_conversion_standalone_import(module_name: str, class_name: str) → None[source]

Verify each error-conversion wrapper loads in a fresh Python process.

Validation Test Description

This test imports and constructs each wrapper without first loading the other wrapper. This ensures shared error-conversion functions resolve from their owning package library instead of relying on process-wide symbols supplied by a prior module import.

Description of Variables Being Tested

The subprocess return code verifies that the wrapper and all of its native symbols load successfully.

Parameters:
  • module_name – Python wrapper module to import.

  • class_name – Wrapped module class to construct.