Expand description
Python Celery Protocol Compatibility Tests
This module provides verification that CeleRS messages are wire-compatible with Python Celery’s protocol v2/v5 format.
Functions§
- create_
python_ celery_ message - Create a Python Celery-compatible message (for testing deserialization)
- parse_
python_ message - Parse a Python Celery message into CeleRS Message
- verify_
message_ format - Verify that a CeleRS message serializes to Celery-compatible JSON