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

Class NotLaunchedTestItem

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

Source from the content-addressed store, hash-verified

819
820
821class NotLaunchedTestItem(CustomTestItem):
822
823 def __init__(self, nodeid, location, test_suffix):
824 super(NotLaunchedTestItem, self).__init__(nodeid, location, test_suffix)
825 self._status = "not_launched"
826
827
828class CrashedTestItem(CustomTestItem):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected