- Sat 11 May 2024
- Python
- Grant Paton-Simpson
Assert Assertions
The assert statement makes it easy to set up tests in pytest. Outside of the testing context, the best (simplified) advice from a Lean Python point of view is to avoid them. Generally speaking, either exceptions or comments are better.