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 228d7f2 commit d88aa80Copy full SHA for d88aa80
Makefile
@@ -35,7 +35,7 @@ unit-test:
35
poetry run pytest tests/unit
36
37
e2e-test:
38
- poetry run pytest -rP -n 3 --dist loadscope --durations=0 --durations-min=1 tests/e2e
+ poetry run pytest -rP -n auto --dist loadfile -o log_cli=true tests/e2e
39
40
coverage-html:
41
poetry run pytest -m "not perf" --ignore tests/e2e --cov=aws_lambda_powertools --cov-report=html
0 commit comments