Update testing/test_faulthandler.py

Co-authored-by: Sanket Duthade <duthades@gmail.com>
This commit is contained in:
Josias Aurel 2020-11-11 18:35:06 +01:00 committed by GitHub
parent 06a597db14
commit fa148eadfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import sys
import pytest
from _pytest.pytester import Pytester
def test_enabled(pytester: Pytester) -> None:
"""Test single crashing test displays a traceback."""
pytester.makepyfile(