CLIWorks's picture
Upload folder using huggingface_hub
167e081 verified
raw
history blame contribute delete
294 Bytes
# Root-level conftest
#
# Loads the benchmark plugin (CLI options, markers, fixtures).
# The plugin lives in a file deliberately NOT named conftest.py to
# avoid pluggy's duplicate-registration error.
pytest_plugins = [
'tests.pytest_random_plugin',
'tests.pytest_benchmark_plugin',
]