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

Method test

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

Source from the content-addressed store, hash-verified

642 OPERATOR = "|"
643
644 def test(self, first, last):
645 assert isinstance(first, Occurrence)
646 assert isinstance(last, Occurrence)
647
648 for exp in self.expectations:
649 for reasons in exp.test(first, last):
650 yield reasons
651
652 def __or__(self, other):
653 assert isinstance(other, Expectation)

Callers

nothing calls this directly

Calls 1

testMethod · 0.45

Tested by

no test coverage detected