MCPcopy Create free account
hub / github.com/microsoft/debugpy / test

Method test

tests/timeline.py:726–733  ·  view source on GitHub ↗
(self, first, last)

Source from the content-addressed store, hash-verified

724 return self.expectations[0]
725
726 def test(self, first, last):
727 assert isinstance(first, Occurrence)
728 assert isinstance(last, Occurrence)
729
730 for reasons in self.expectation.test(first, last):
731 occs = reasons.values()
732 if self.condition(*occs):
733 yield reasons
734
735 def describe(self, newline):
736 yield "?"

Callers

nothing calls this directly

Calls 3

valuesMethod · 0.80
conditionMethod · 0.80
testMethod · 0.45

Tested by

no test coverage detected