Ejemplo n.º 1
0
 def test_xxsubtype_bench(self):
     import xxsubtype
     self.assertEqual(type(xxsubtype.bench(xxsubtype, "bench")), float)
Ejemplo n.º 2
0
 def test_xxsubtype_bench(self):
     import xxsubtype
     self.assertEqual(type(xxsubtype.bench(xxsubtype, "bench")),
             float)
Ejemplo n.º 3
0
def test_xxsubtype_bench():
    import xxsubtype
    AreEqual(type(xxsubtype.bench(xxsubtype, "bench")),
             float)
Ejemplo n.º 4
0
def test_xxsubtype_bench():
    import xxsubtype
    AreEqual(type(xxsubtype.bench(xxsubtype, "bench")), float)