Moved py.code code over to py.test

Fix #103
This commit is contained in:
Bruno Oliveira
2015-11-27 12:43:01 -02:00
parent ed3c96ee58
commit a912d3745b
45 changed files with 4559 additions and 158 deletions

View File

@@ -1,8 +1,9 @@
"PYTEST_DONT_REWRITE"
import pytest, py
import py
import pytest
from _pytest.assertion import util
def exvalue():
return py.std.sys.exc_info()[1]