We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f4018 commit b8f9b8fCopy full SHA for b8f9b8f
packages/celery-library/Makefile
@@ -27,6 +27,7 @@ tests: ## runs unit tests
27
--durations=10 \
28
--exitfirst \
29
--failed-first \
30
+ --keep-docker-up \
31
--pdb \
32
-vv \
33
$(CURDIR)/tests
@@ -41,6 +42,7 @@ tests-ci: ## runs unit tests
41
42
--cov-report=term-missing \
43
--cov-report=xml \
44
--junitxml=junit.xml -o junit_family=legacy \
45
46
--cov=celery_library \
47
48
--log-date-format="%Y-%m-%d %H:%M:%S" \
0 commit comments