File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
tests/integration/idempotency Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ lint-docs-fix:
31
31
docker run -v ${PWD} :/markdown 06kellyjac/markdownlint-cli --fix " docs"
32
32
33
33
test :
34
- poetry run pytest -m " not perf" --ignore tests/e2e --ignore tests/integration -- cov=aws_lambda_powertools --cov-report=xml
34
+ poetry run pytest -m " not perf" --ignore tests/e2e --cov=aws_lambda_powertools --cov-report=xml
35
35
poetry run pytest --cache-clear tests/performance
36
36
37
37
test-pydanticv2 :
@@ -40,12 +40,6 @@ test-pydanticv2:
40
40
unit-test :
41
41
poetry run pytest tests/unit
42
42
43
- test-idempotency-redis :
44
- docker run --name test-idempotency-redis -d -p 63005:6379 redis
45
- poetry run pytest tests/integration/idempotency; docker stop test-idempotency-redis; docker rm test-idempotency-redis
46
-
47
-
48
-
49
43
e2e-test :
50
44
poetry run pytest tests/e2e
51
45
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments