MCPcopy Create free account
hub / github.com/catboost/catboost / CrashedTestItem

Class CrashedTestItem

library/python/pytest/plugins/ya.py:828–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826
827
828class CrashedTestItem(CustomTestItem):
829
830 def __init__(self, nodeid, location, test_suffix):
831 super(CrashedTestItem, self).__init__(nodeid, location, test_suffix)
832 self._status = "crashed"
833
834
835class DeselectedTestItem(CustomTestItem):

Callers 1

pytest_runtest_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected