mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
Format integration tests code
Split lines that were too long, adjusted intendation and fixed typos. Signed-off-by: Catalin Dumitru <catdum@amazon.com>
This commit is contained in:
committed by
Laura Loghin
parent
ba2f45c3ac
commit
cc6ed996a0
@@ -3,8 +3,8 @@
|
||||
import pytest
|
||||
|
||||
|
||||
PROFILE_CI="ci"
|
||||
PROFILE_DEVEL="devel"
|
||||
PROFILE_CI = "ci"
|
||||
PROFILE_DEVEL = "devel"
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
@@ -21,8 +21,9 @@ def pytest_addoption(parser):
|
||||
"--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."
|
||||
help="Keep the coverage report in `kcov_output` directory. If this "
|
||||
"flag is not provided, both coverage related directories are "
|
||||
"removed."
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user