email-prune/conftest.py

8 lines
130 B
Python
Raw Permalink Normal View History

2020-10-21 22:57:48 +00:00
import pytest
from email_pruner import spawn
@pytest.fixture(scope="session", autouse=True)
def emails():
return spawn(100)