Drop assertionnew and assertionold from _pytest._code

This commit is contained in:
Bruno Oliveira
2015-12-22 16:02:07 -02:00
parent a912d3745b
commit 7a6f902f6f
6 changed files with 6 additions and 1316 deletions

View File

@@ -1,9 +1,4 @@
""" python inspection/code generation API """
from .assertion import AssertionError as _AssertionError # noqa
from .assertion import _format_explanation # noqa
from .assertion import _reprcompare # noqa
from .assertion import reinterpret as _reinterpret # noqa
from .assertion import reinterpret_old as _reinterpret_old # noqa
from .code import Code # noqa
from .code import ExceptionInfo # noqa
from .code import Frame # noqa