guide / tests /conftest.py
saravanakum1
add privacy layer tests with openspec and LangSmith integration
1f54b5c
Raw
History Blame Contribute Delete
179 Bytes
import pytest
def pytest_configure(config):
config.addinivalue_line(
"markers",
"slow: marks tests that require spaCy en_core_web_lg to be installed",
)