예제 #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)