Update testing/test_faulthandler.py
Co-authored-by: Sanket Duthade <duthades@gmail.com>
This commit is contained in:
parent
06a597db14
commit
fa148eadfe
|
@ -3,6 +3,7 @@ import sys
|
||||||
import pytest
|
import pytest
|
||||||
from _pytest.pytester import Pytester
|
from _pytest.pytester import Pytester
|
||||||
|
|
||||||
|
|
||||||
def test_enabled(pytester: Pytester) -> None:
|
def test_enabled(pytester: Pytester) -> None:
|
||||||
"""Test single crashing test displays a traceback."""
|
"""Test single crashing test displays a traceback."""
|
||||||
pytester.makepyfile(
|
pytester.makepyfile(
|
||||||
|
|
Loading…
Reference in New Issue