email-prune/conftest.py
2020-10-21 23:57:48 +01:00

8 lines
130 B
Python

import pytest
from email_pruner import spawn
@pytest.fixture(scope="session", autouse=True)
def emails():
return spawn(100)