the new py.code.patch_builtins, py.code.unpatch_builtins * deprecate py.magic.patch/revert * deprecate py.magic.AssertionError in favour of py.code._AssertionError * introduced pytest_assertion plugin. --HG-- branch : trunk
7 lines
65 B
Python
7 lines
65 B
Python
|
|
from py.test import raises
|
|
import py
|
|
import sys
|
|
import inspect
|
|
|