snaptol.plugin.pytest_deselected

snaptol.plugin.pytest_deselected#

snaptol.plugin.pytest_deselected(items)[source]#

Stores deselected test items for later processing during the test session cleanup. This hook is called when tests are deselected (e.g., by using test markers or keywords).

Parameters:

items (list[Item]) – List of pytest test items that were deselected during test collection.