samredai commented on pull request #3508:
URL: https://github.com/apache/iceberg/pull/3508#issuecomment-971689868


   Thanks for this @xinbinhuang! A few other commands that would be nice to 
document here is running just a single test. For example, running just 
`test_map_types` can be done like this.
   ```
   tox -- -k test_map_types
   ```
   Also reformatting the code:
   ```
   tox -e format
   ```
   Also _just_ running the format checkers and not the pytests:
   ```
   tox -e linters
   ```
   One other thing is I think it would be better if we split out the commands 
into their own code blocks so that users can use the code block copy button. If 
two or three variations of a command are in a single code block, the user has 
to highlight which one they want with the mouse.


-- 
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]

Reply via email to