mirror of
https://github.com/chatmail/relay.git
synced 2026-09-19 05:40:08 +00:00
Instead a conftest.py close to the test files needs to opt into using plugin hooks and fixtures. also remove some packaging leftover with initenv.sh
4 lines
127 B
Python
4 lines
127 B
Python
"""Opt in to the chatmaild fixtures, which are not registered globally."""
|
|
|
|
from chatmaild.tests.plugin import * # noqa: F403
|