Hacker News new | ask | show | jobs
by patrakov 617 days ago
You don't need to write Python unit tests for spelling mistakes. A good IDE will highlight them on the fly, and static analysis tools such as pyflakes or pylint will flag them on demand.