File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ lint: ## lint
4848test : # # Run all unit tests, can add arguments with PYTEST_ARGS="-vv"
4949 poetry run pytest tests/ -m " (unmarked or parametrize) and not integration" ${PYTEST_ARGS}
5050
51- test-s3 : # Run tests marked with s3, can add arguments with PYTEST_ARGS="-vv"
52- sh ./dev/run-minio.sh
53- poetry run pytest tests/ -m s3 ${PYTEST_ARGS}
54-
5551test-integration : | test-integration-setup test-integration-exec # # Run all integration tests, can add arguments with PYTEST_ARGS="-vv"
5652
5753test-integration-setup : # Prepare the environment for integration
@@ -70,6 +66,10 @@ test-integration-rebuild:
7066 docker compose -f dev/docker-compose-integration.yml rm -f
7167 docker compose -f dev/docker-compose-integration.yml build --no-cache
7268
69+ test-s3 : # Run tests marked with s3, can add arguments with PYTEST_ARGS="-vv"
70+ sh ./dev/run-minio.sh
71+ poetry run pytest tests/ -m s3 ${PYTEST_ARGS}
72+
7373test-adls : # # Run tests marked with adls, can add arguments with PYTEST_ARGS="-vv"
7474 sh ./dev/run-azurite.sh
7575 poetry run pytest tests/ -m adls ${PYTEST_ARGS}
You can’t perform that action at this time.
0 commit comments