typing: fix _TracebackStyle: add "line"
This commit is contained in:
@@ -41,7 +41,7 @@ if TYPE_CHECKING:
|
||||
|
||||
from _pytest._code import Source
|
||||
|
||||
_TracebackStyle = Literal["long", "short", "no", "native"]
|
||||
_TracebackStyle = Literal["long", "short", "line", "no", "native"]
|
||||
|
||||
|
||||
class Code:
|
||||
|
||||
Reference in New Issue
Block a user