Staging instance, all changes can be removed at any time

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

Loading