Skip to content

Commit 7847ae2

Browse files
committed
Drop assertionnew and assertionold from _pytest._code
1 parent e3c665c commit 7847ae2

File tree

6 files changed

+4
-1314
lines changed

6 files changed

+4
-1314
lines changed

_pytest/_code/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
""" python inspection/code generation API """
2-
from .assertion import AssertionError as _AssertionError # noqa
3-
from .assertion import _format_explanation # noqa
4-
from .assertion import _reprcompare # noqa
5-
from .assertion import reinterpret as _reinterpret # noqa
6-
from .assertion import reinterpret_old as _reinterpret_old # noqa
72
from .code import Code # noqa
83
from .code import ExceptionInfo # noqa
94
from .code import Frame # noqa

_pytest/_code/_assertionnew.py

Lines changed: 0 additions & 339 deletions
This file was deleted.

0 commit comments

Comments
 (0)