mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
test: Format with black
Signed-off-by: Jonathan Woollett-Light <jcawl@amazon.co.uk>
This commit is contained in:
committed by
Jonathan Woollett-Light
parent
285971e8c7
commit
56bfdc97bb
@@ -15,28 +15,22 @@ def pytest_addoption(parser):
|
||||
"--profile",
|
||||
default=PROFILE_CI,
|
||||
choices=[PROFILE_CI, PROFILE_DEVEL],
|
||||
help="Profile for running the test: {} or {}".format(
|
||||
PROFILE_CI,
|
||||
PROFILE_DEVEL
|
||||
)
|
||||
help="Profile for running the test: {} or {}".format(PROFILE_CI, PROFILE_DEVEL),
|
||||
)
|
||||
parser.addoption(
|
||||
"--no-cleanup",
|
||||
action="store_true",
|
||||
default=False,
|
||||
help="Keep the coverage report in `kcov_output` directory. If this "
|
||||
"flag is not provided, both coverage related directories are "
|
||||
"removed."
|
||||
"flag is not provided, both coverage related directories are "
|
||||
"removed.",
|
||||
)
|
||||
|
||||
parser.addoption(
|
||||
"--test-scope",
|
||||
default=WORKSPACE,
|
||||
choices=[WORKSPACE, CRATE],
|
||||
help="Defines the scope of running tests: {} or {}".format(
|
||||
WORKSPACE,
|
||||
CRATE
|
||||
)
|
||||
help="Defines the scope of running tests: {} or {}".format(WORKSPACE, CRATE),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user