(Work in progress...) Simplified Flask + SQLAlchemy Testing with Pytest Fixtures
Writing better tests with less code
I love writing tests, mostly because I love refactoring, and testing makes me feel good about refactoring. However, testing web applications can be particularly hard because there is usually a lot more going on than in a math library where a test just means verifying that your add function correctly...
[Read More]