Tests for the Django projects
January, 03, 2025It occurred to me recently that this app is not covered with tests. I thought about end-to-end tests with pytest and Playwright, which will be performed later. Currently, I'm covering this app with integration tests, orienting on this tutorial: