예제 #1
0
 def test_xxsubtype_bench(self):
     import xxsubtype
     self.assertEqual(type(xxsubtype.bench(xxsubtype, "bench")), float)
예제 #2
0
 def test_xxsubtype_bench(self):
     import xxsubtype
     self.assertEqual(type(xxsubtype.bench(xxsubtype, "bench")),
             float)
예제 #3
0
파일: regressions.py 프로젝트: 89sos98/main
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)