Skip to content

This release fixes enum serialization errors when Python fixture tests use configuration values like mode: sequential in test.yaml.

Enum serialization in Python fixture config

Section titled “Enum serialization in Python fixture config”

Feb 25, 2026 · @mavam, @codex · #32

Python fixture tests could fail with serialization errors when the test configuration included enum values like mode: sequential in test.yaml. These values are now properly converted to strings before being passed to test scripts.