File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ test_print_subprocess:
2222 > debug run.
2323 >
2424 -
25- # Need to test the trace feature in a subprocess, because otherwise the
26- # stack trace would include a bunch of pytest frames. These frames would
27- # make the tests unreliable, because they could easily change between
25+ # Need to test the trace feature in a subprocess, because otherwise the
26+ # stack trace would include a bunch of pytest frames. These frames would
27+ # make the tests unreliable, because they could easily change between
2828 # different versions of python.
2929
3030 id: trace-call
@@ -107,5 +107,3 @@ test_print_subprocess:
107107 > /path/to/test.py:8 g
108108 > x: 42 (int)
109109 >
110-
111-
Original file line number Diff line number Diff line change 44from pathlib import Path
55from subprocess import run
66
7- import pytest
87import parametrize_from_file as pff
8+ import pytest
99
1010from devtools import Debug , debug
1111from devtools .ansi import strip_ansi
You can’t perform that action at this time.
0 commit comments