I got this feedback during pull-request review:
seems to be very mixed unit and integration test
Imagine you have a django backend test. Both types of tests use the same tools (pytest, ORM, mocking, ...)
How to differentiate between both types of tests?