Skip to content

Commit

Permalink
test(coverage): this plugin is used ad-hoc during debugging, it won't…
Browse files Browse the repository at this point in the history
… be covered
  • Loading branch information
nedbat committed Jul 3, 2024
1 parent 21d276a commit fd4f83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/select_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def pytest_addoption(parser):
)


def pytest_collection_modifyitems(config, items):
def pytest_collection_modifyitems(config, items): # pragma: debugging
"""Run an external command to get a list of tests to run."""
select_cmd = config.getoption("--select-cmd")
if select_cmd:
Expand Down

0 comments on commit fd4f83c

Please sign in to comment.