Home | History | Annotate | Download | only in test

Lines Matching refs:TestCeil

264     def testCeil(self):

280 class TestCeil(object):
285 self.ftest('ceil(TestCeil())', math.ceil(TestCeil()), 42)