MCPcopy Create free account
hub / github.com/RustPython/RustPython / TestNoCeil

Class TestNoCeil

Lib/test/test_math.py:426–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424 def __ceil__(self):
425 return 42
426 class TestNoCeil:
427 pass
428 class TestBadCeil:
429 __ceil__ = BadDescr()
430 self.assertEqual(math.ceil(TestCeil()), 42)

Callers 1

testCeilMethod · 0.85

Calls

no outgoing calls

Tested by 1

testCeilMethod · 0.68