You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test-adlfs:## Run tests marked with adlfs, can add arguments with PYTEST_ARGS="-vv"
54
63
sh ./dev/run-azurite.sh
55
64
poetry run pytest tests/ -m adlfs ${PYTEST_ARGS}
56
65
57
-
test-gcs:
66
+
test-gcs:## Run tests marked with gcs, can add arguments with PYTEST_ARGS="-vv"
58
67
sh ./dev/run-gcs-server.sh
59
68
poetry run pytest tests/ -m gcs ${PYTEST_ARGS}
60
69
61
-
test-coverage-unit:
70
+
test-coverage-unit:# Run test with coverage for unit tests, can add arguments with PYTEST_ARGS="-vv"
62
71
poetry run coverage run --source=pyiceberg/ --data-file=.coverage.unit -m pytest tests/ -v -m "(unmarked or parametrize) and not integration"${PYTEST_ARGS}
63
72
64
-
test-coverage-integration:
73
+
test-coverage-integration:# Run test with coverage for integration tests, can add arguments with PYTEST_ARGS="-vv"
0 commit comments