--- description: Aims for high test coverage using pytest, testing both common and edge cases. globs: **/tests/*.py --- - **Thorough Unit Testing:** Aim for high test coverage (90% or higher) using `pytest`. Test both common cases and edge cases.