samredai commented on code in PR #5246: URL: https://github.com/apache/iceberg/pull/5246#discussion_r918155166
########## python/CONTRIBUTING.md: ########## @@ -71,3 +71,15 @@ For Python, we use pytest in combination with coverage to maintain 90% code cove ```bash make test ``` + +To pass additional arguments to pytest, you can use `PYTEST_ARGS`. Review Comment: I tried just adding a `--help` pass-through arg and it worked so I added this line to the contributing docs: > To see all available pytest arguments, run `make test PYTEST_ARGS="--help"`. Thanks @dramaticlly! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
