Skip to content

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 21, 2023
1 parent 49fec9f commit 767c968
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@

def pytest_addoption(parser):
parser.addoption(
"--package_name", action="append", default=[],
"--package_name",
action="append",
default=[],
help="list of package_name to pass to test functions",
)
parser.addoption(
"--integration", action="store_true", default=False,
help="run integration tests (only)"
"--integration",
action="store_true",
default=False,
help="run integration tests (only)",
)


Expand Down

0 comments on commit 767c968

Please sign in to comment.