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

Method test

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

Source from the content-addressed store, hash-verified

924 return expectation == self
925
926 def test(self, first, last):
927 assert isinstance(first, Occurrence)
928 assert isinstance(last, Occurrence)
929
930 for occ in first.and_following(up_to=last, inclusive=True):
931 if occ is self:
932 yield {self: self}
933
934 def __lt__(self, occurrence):
935 return self.precedes(occurrence)

Callers 9

__contains__Method · 0.45
has_been_realizedMethod · 0.45
_expect_realizedMethod · 0.45
__contains__Method · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45

Calls 1

and_followingMethod · 0.80

Tested by

no test coverage detected