-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Cleaner tox runs * Simplified folder & files structure * Added WORKER_DOCKERFILE_ROOTDIR to defaults * Cleanup * Fixed bug where celery_setup_name fixture wasn't used correctly * Changed docker tag for default worker container from pytest-celery/components/worker:base to pytest-celery/components/worker:default * Removed unused fixtures - default_rabbitmq_broker_celeryconfig - default_redis_broker_celeryconfig - default_redis_backend_celeryconfig * Renamed DEFAULT_NETWORK -> default_pytest_celery_network * poetry.lock * Refactored tests folder & files structure
- Loading branch information
Showing
86 changed files
with
540 additions
and
781 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
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +0,0 @@ | ||
# flake8: noqa | ||
|
||
from pytest_celery.api.components import CeleryBackendCluster | ||
from pytest_celery.api.components import CeleryBrokerCluster | ||
from pytest_celery.api.components import CeleryTestBackend | ||
from pytest_celery.api.components import CeleryTestBroker | ||
from pytest_celery.api.components import CeleryTestCluster | ||
from pytest_celery.api.components import CeleryTestNode | ||
from pytest_celery.api.components import CeleryTestWorker | ||
from pytest_celery.api.components import CeleryWorkerCluster | ||
from pytest_celery.api.container import CeleryTestContainer | ||
from pytest_celery.api.setup import CeleryTestSetup | ||
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
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
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.