HomeSoftware Heritage

Move sharable fixtures out of conftest into a dedicated pytest plugin

Description

Move sharable fixtures out of conftest into a dedicated pytest plugin

This will allow loaders to reuse those dedicated fixtures within their code
base without having to import the swh.storage.tests.conftest module.

Related to T2484