Skip to content

Move common fixtures to conftest.py

The right way to share fixtures between test modules is to put the fixtures in conftest.py. Moving our common fixtures there cleans up the mess of import and “noqa” flags.

Merge request reports