Add Comments To Your Commands
3 min readJan 26
--
A quick tip: when you write an important command in shell, put a comment next to it so you can easily find it later or remember what it does:
pytest -m slow --durations=10 # Run slow tests, return the slowest