MCPcopy Create free account
hub / github.com/python/cpython / test_add_window

Method test_add_window

Lib/test/test_clinic.py:827–834  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

825 ))
826
827 def test_add_window(self):
828 self._test([['x', 'y']], ['ch'], [['attr']],
829 (
830 ('ch',),
831 ('ch', 'attr'),
832 ('x', 'y', 'ch',),
833 ('x', 'y', 'ch', 'attr'),
834 ))
835
836 def test_ludicrous(self):
837 self._test([['a1', 'a2', 'a3'], ['b1', 'b2']], ['c1'], [['d1', 'd2'], ['e1', 'e2', 'e3']],

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected