[ez] move addoption to conftest in root test directory and fix broken imports

This commit is contained in:
Sixian Yi 2025-01-06 21:34:07 -08:00
parent 965644ce68
commit 4d3f0ae79b
9 changed files with 28 additions and 81 deletions

View file

@ -56,15 +56,6 @@ DEFAULT_PROVIDER_COMBINATIONS = [
]
def pytest_addoption(parser):
parser.addoption(
"--embedding-model",
action="store",
default=None,
help="Specify the embedding model to use for testing",
)
def pytest_configure(config):
for fixture_name in MEMORY_FIXTURES:
config.addinivalue_line(