Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions cvs/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ def pytest_addoption(parser):
# Option already exists, skip
pass

try:
parser.addoption(
"--config_profile",
action="store",
default=None,
help="Schema v2 config profile name (ATOM and other multi-profile suites)",
)
except ValueError:
pass


def pytest_metadata(metadata):
"""Add CVS version metadata for both console output and HTML report."""
Expand Down
389 changes: 4 additions & 385 deletions cvs/input/config_file/inference/atom/README.md

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading