Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
@@ -1121,15 +1121,3 @@ def pytest_collection_modifyitems(config, items):
|
||||
for item in items:
|
||||
if "optional" in item.keywords:
|
||||
item.add_marker(skip_optional)
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def cli_config_file():
|
||||
"""Return the path to the CLI config file."""
|
||||
return os.path.join(_TEST_DIR, "config", "test_config.yaml")
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def cli_config_file_with_model():
|
||||
"""Return the path to the CLI config file with model."""
|
||||
return os.path.join(_TEST_DIR, "config", "test_config_with_model.yaml")
|
||||
|
||||
Reference in New Issue
Block a user