Home | History | Annotate | Download | only in test

Lines Matching refs:TestNoFloor

538         class TestNoFloor:
541 self.assertRaises(TypeError, math.floor, TestNoFloor())
543 t = TestNoFloor()