haystack/e2e/preview/conftest.py

12 lines
203 B
Python
Raw Normal View History

from pathlib import Path
import pytest
from haystack.preview.testing.test_utils import set_all_seeds
set_all_seeds(0)
@pytest.fixture
def samples_path():
return Path(__file__).parent / "samples"