pytest_rerunfailures.pyi 67 B

123
  1. import pytest
  2. def get_reruns_count(item: pytest.Item) -> int: ...