示例#1
0
 def test_xxsubtype_bench(self):
     import xxsubtype
     self.assertEqual(type(xxsubtype.bench(xxsubtype, "bench")), float)
 def test_xxsubtype_bench(self):
     import xxsubtype
     self.assertEqual(type(xxsubtype.bench(xxsubtype, "bench")),
             float)
示例#3
0
def test_xxsubtype_bench():
    import xxsubtype
    AreEqual(type(xxsubtype.bench(xxsubtype, "bench")),
             float)
示例#4
0
def test_xxsubtype_bench():
    import xxsubtype
    AreEqual(type(xxsubtype.bench(xxsubtype, "bench")), float)