Skip to content
Snippets Groups Projects
conftest.py 118 B
Newer Older
import os

import pytest
import yaml
from xprocess import ProcessStarter

pytest_plugins = ("celery.contrib.pytest",)