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

Method test_ludicrous

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

Source from the content-addressed store, hash-verified

834 ))
835
836 def test_ludicrous(self):
837 self._test([['a1', 'a2', 'a3'], ['b1', 'b2']], ['c1'], [['d1', 'd2'], ['e1', 'e2', 'e3']],
838 (
839 ('c1',),
840 ('b1', 'b2', 'c1'),
841 ('b1', 'b2', 'c1', 'd1', 'd2'),
842 ('a1', 'a2', 'a3', 'b1', 'b2', 'c1'),
843 ('a1', 'a2', 'a3', 'b1', 'b2', 'c1', 'd1', 'd2'),
844 ('a1', 'a2', 'a3', 'b1', 'b2', 'c1', 'd1', 'd2', 'e1', 'e2', 'e3'),
845 ))
846
847 def test_right_only(self):
848 self._test([], [], [['a'],['b'],['c']],

Callers

nothing calls this directly

Calls 1

_testMethod · 0.95

Tested by

no test coverage detected