summaryrefslogtreecommitdiff
path: root/test/conftest.py
blob: d34aeb05773161d8f2d5ed4e63893391c7b7f8a8 (plain)
1
2
3
from .earl import EarlReporter

pytest_plugins = [EarlReporter.__module__]