reformat docstring to conform to linting rules
This commit is contained in:
parent
332cb13bcc
commit
e6e36c2dee
|
@ -1,7 +1,5 @@
|
||||||
def test_tbh_chained(testdir):
|
def test_tbh_chained(testdir):
|
||||||
"""
|
"""Ensure chained exceptions whose frames contain "__tracebackhide__" are not shown (#1904)."""
|
||||||
Ensure chained exceptions whose frames contain "__tracebackhide__" are not shown (#1904).
|
|
||||||
"""
|
|
||||||
p = testdir.makepyfile(
|
p = testdir.makepyfile(
|
||||||
"""
|
"""
|
||||||
import pytest
|
import pytest
|
||||||
|
|
Loading…
Reference in New Issue