Exemplo n.º 1
0
 def test__isfake_currently_true(self):
     from __pypy__ import isfake
     import select
     assert isfake(select)
Exemplo n.º 2
0
 def test__isfake(self):
     from __pypy__ import isfake
     assert not isfake(map)
     assert not isfake(object)
     assert not isfake(isfake)
Exemplo n.º 3
0
 def test__isfake(self):
     from __pypy__ import isfake
     assert not isfake(map)
     assert not isfake(object)
     assert not isfake(isfake)
Exemplo n.º 4
0
 def test__isfake_currently_true(self):
     from __pypy__ import isfake
     import select
     assert isfake(select)