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.
Staging instance, all changes can be removed at any time
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.