mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-23 01:38:11 +08:00
The test suite, especially for the brokers, was heavily dependant on the success of the tests preceeding it to pass. This commit should eliminate that dependency and allow tests to fail without affecting others. It also removes the need to cleanup globals manually after a test.