Skip to content

Commit 767c968

Browse files
committed
⚫ Fade to black.
1 parent 49fec9f commit 767c968

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

conftest.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@
88

99
def pytest_addoption(parser):
1010
parser.addoption(
11-
"--package_name", action="append", default=[],
11+
"--package_name",
12+
action="append",
13+
default=[],
1214
help="list of package_name to pass to test functions",
1315
)
1416
parser.addoption(
15-
"--integration", action="store_true", default=False,
16-
help="run integration tests (only)"
17+
"--integration",
18+
action="store_true",
19+
default=False,
20+
help="run integration tests (only)",
1721
)
1822

1923

0 commit comments

Comments
 (0)