示例#1
0
 def test__isfake_currently_true(self):
     from __pypy__ import isfake
     import select
     assert isfake(select)
示例#2
0
 def test__isfake(self):
     from __pypy__ import isfake
     assert not isfake(map)
     assert not isfake(object)
     assert not isfake(isfake)
示例#3
0
 def test__isfake(self):
     from __pypy__ import isfake
     assert not isfake(map)
     assert not isfake(object)
     assert not isfake(isfake)
示例#4
0
 def test__isfake_currently_true(self):
     from __pypy__ import isfake
     import select
     assert isfake(select)