graphrag/tests/conftest.py

7 lines
215 B
Python
Raw Permalink Normal View History

2024-07-01 15:25:30 -06:00
# Copyright (c) 2024 Microsoft Corporation.
# Licensed under the MIT License
def pytest_addoption(parser):
parser.addoption(
"--run_slow", action="store_true", default=False, help="run slow tests"
)