mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 10:42:16 +00:00
ci test report
This commit is contained in:
parent
6b466389b5
commit
934ecdc401
2 changed files with 165 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ from termcolor import colored
|
|||
from .env import get_env_or_fail
|
||||
|
||||
from .test_config_helper import try_load_config_file_cached
|
||||
from .report import Report
|
||||
|
||||
|
||||
class ProviderFixture(BaseModel):
|
||||
|
|
@ -141,6 +142,8 @@ def pytest_configure(config):
|
|||
key, value = env_var.split("=", 1)
|
||||
os.environ[key] = value
|
||||
|
||||
config.pluginmanager.register(Report(config))
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
parser.addoption(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue