jobbsok/tests/helpers/__init__.py

5 lines
195 B
Python

"""Shared test helpers (plan Step 6).
Importable as ``helpers.*`` because ``tests/`` carries no ``__init__.py``, so
pytest puts it on ``sys.path`` when it collects a test module from there.
"""