Module compat

Module compat 

Source
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