spelling: reentrant
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d372ff2fd4
commit
2a12477d2a
|
@ -1122,7 +1122,7 @@ class TestTraceOption:
|
|||
|
||||
|
||||
def test_trace_after_runpytest(pytester: Pytester) -> None:
|
||||
"""Test that debugging's pytest_configure is re-entrant."""
|
||||
"""Test that debugging's pytest_configure is reentrant."""
|
||||
p1 = pytester.makepyfile(
|
||||
"""
|
||||
from _pytest.debugging import pytestPDB
|
||||
|
@ -1153,7 +1153,7 @@ def test_trace_after_runpytest(pytester: Pytester) -> None:
|
|||
|
||||
|
||||
def test_quit_with_swallowed_SystemExit(pytester: Pytester) -> None:
|
||||
"""Test that debugging's pytest_configure is re-entrant."""
|
||||
"""Test that debugging's pytest_configure is reentrant."""
|
||||
p1 = pytester.makepyfile(
|
||||
"""
|
||||
def call_pdb_set_trace():
|
||||
|
|
Loading…
Reference in New Issue