Skip to content

Commit

Permalink
terminalwriter: vendor TerminalWriter from py
Browse files Browse the repository at this point in the history
Straight copy from py 1.8.1. Doesn't pass linting yet.
  • Loading branch information
bluetech committed Apr 30, 2020
1 parent be68496 commit 276405a
Show file tree
Hide file tree
Showing 2 changed files with 422 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/_io/__init__.py
@@ -1,7 +1,7 @@
from typing import List
from typing import Sequence

from py.io import TerminalWriter as BaseTerminalWriter # noqa: F401
from .terminalwriter import TerminalWriter as BaseTerminalWriter


class TerminalWriter(BaseTerminalWriter):
Expand Down

0 comments on commit 276405a

Please sign in to comment.