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:
Catalin Dumitru
2021-08-20 16:04:21 +03:00
committed by Laura Loghin
parent ba2f45c3ac
commit cc6ed996a0
5 changed files with 112 additions and 60 deletions
+5 -4
View File
@@ -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."
)