feat: add unit tests for WorkflowStep, WorkflowStorage, and WorkflowEngine classes

Add comprehensive test suite covering WorkflowStep initialization, serialization (to_dict/from_dict), WorkflowStorage CRUD operations with temporary file backend, and WorkflowEngine execution context and step processing logic. Bump project version to 1.40.0 and update changelog accordingly.
This commit is contained in:
2025-11-08 02:44:42 +00:00
parent 1e34b02f27
commit 4d92881969
3 changed files with 569 additions and 1 deletions
+8
View File
@@ -36,6 +36,14 @@
## Version 1.40.0 - 2025-11-08
The project has been updated to version 1.40.0. Tests are now run in a virtual environment to improve reliability.
**Changes:** 3 files, 11 lines
**Languages:** Markdown (8 lines), TOML (2 lines), YAML (1 lines)
## Version 1.39.0 - 2025-11-08