Example #1
0
 def test_strerror(self):
     assert rposix.strerror(2) == os.strerror(2)
Example #2
0
 def test_strerror(self):
     assert rposix.strerror(2) == os.strerror(2)