Have you tried replacing scope='session' with scope='function' in the mocked_app and client fixtures?
scope='session'
scope='function'
mocked_app
client