[PR #28597] add unit tests for list operator node #32106

Closed
opened 2026-02-21 20:50:45 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/28597

State: closed
Merged: Yes


Added unit tests for the list_operator workflow node.

Fixes #28699

Tests cover:

  • String and number arrays
  • Filter operations (contains, startswith, endswith, equals, greater than, etc.)
  • Ordering (ascending/descending)
  • Slicing and limits
  • Combined operations
  • Edge cases (empty arrays, missing variables)

Contribution by Gittensor, learn more at https://gittensor.io/

**Original Pull Request:** https://github.com/langgenius/dify/pull/28597 **State:** closed **Merged:** Yes --- Added unit tests for the list_operator workflow node. Fixes #28699 Tests cover: - String and number arrays - Filter operations (contains, startswith, endswith, equals, greater than, etc.) - Ordering (ascending/descending) - Slicing and limits - Combined operations - Edge cases (empty arrays, missing variables) *Contribution by Gittensor, learn more at https://gittensor.io/*
yindo added the pull-request label 2026-02-21 20:50:45 -05:00
yindo closed this issue 2026-02-21 20:50:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#32106