-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
85 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +0,0 @@ | ||
# flake8: noqa | ||
|
||
from pytest_celery.api.backend import CeleryBackendCluster | ||
from pytest_celery.api.backend import CeleryTestBackend | ||
from pytest_celery.api.base import CeleryTestCluster | ||
from pytest_celery.api.base import CeleryTestNode | ||
from pytest_celery.api.broker import CeleryBrokerCluster | ||
from pytest_celery.api.broker import CeleryTestBroker | ||
from pytest_celery.api.container import CeleryTestContainer | ||
from pytest_celery.api.containers.rabbitmq import RabbitMQContainer | ||
from pytest_celery.api.containers.redis import RedisContainer | ||
from pytest_celery.api.containers.worker import CeleryWorkerContainer | ||
from pytest_celery.api.setup import CeleryTestSetup | ||
from pytest_celery.api.worker import CeleryTestWorker | ||
from pytest_celery.api.worker import CeleryWorkerCluster | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +0,0 @@ | ||
# flake8: noqa | ||
|
||
|
||
from pytest_celery.fixtures.backend import celery_backend | ||
from pytest_celery.fixtures.backend import celery_backend_cluster | ||
from pytest_celery.fixtures.backend import celery_backend_cluster_config | ||
from pytest_celery.fixtures.broker import celery_broker | ||
from pytest_celery.fixtures.broker import celery_broker_cluster | ||
from pytest_celery.fixtures.broker import celery_broker_cluster_config | ||
from pytest_celery.fixtures.setup import celery_setup | ||
from pytest_celery.fixtures.setup import celery_setup_app | ||
from pytest_celery.fixtures.setup import celery_setup_cls | ||
from pytest_celery.fixtures.setup import celery_setup_config | ||
from pytest_celery.fixtures.setup import celery_setup_name | ||
from pytest_celery.fixtures.worker import celery_worker | ||
from pytest_celery.fixtures.worker import celery_worker_cluster | ||
from pytest_celery.fixtures.worker import celery_worker_cluster_config | ||
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from pytest_celery.api.broker import CeleryTestBroker | ||
|
||
|
||
class RabbitMQTestBroker(CeleryTestBroker): | ||
pass | ||
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion
2
...st_celery/components/backend/redis/api.py → ...ytest_celery/vendors/redis/backend/api.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from pytest_celery.api.broker import CeleryTestBroker | ||
|
||
|
||
class RedisTestBroker(CeleryTestBroker): | ||
pass | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.