You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AlanCoding
changed the title
Add dispatcher/testing/ utilities to help testing with no pg_notify
Add dispatcher/testing/ utilities to help testing
Mar 4, 2025
A good use case for this is AWX which has the messaging system disabled in tests.
We should add some
@pytest.fixture
methods that serve various off-the-shelf methods that other projects can use. Specifically I have in mind:multiprocessing.Queue
, as its own kind of broker.This would be a similar structure to:
https://github.com/ansible/django-ansible-base/tree/devel/ansible_base/lib/testing
The text was updated successfully, but these errors were encountered: