MCPcopy Index your code
hub / github.com/python/mypy / test_empty_input

Method test_empty_input

mypy/test/testsolve.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 self.fx = TypeFixture()
15
16 def test_empty_input(self) -> None:
17 self.assert_solve([], [], [])
18
19 def test_simple_supertype_constraints(self) -> None:
20 self.assert_solve([self.fx.t], [self.supc(self.fx.t, self.fx.a)], [self.fx.a])

Callers

nothing calls this directly

Calls 1

assert_solveMethod · 0.95

Tested by

no test coverage detected