コード例 #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
ファイル: regressions.py プロジェクト: dearman/iron-python
def test_xxsubtype_bench():
    import xxsubtype
    AreEqual(type(xxsubtype.bench(xxsubtype, "bench")), float)