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:
22
22
> debug run.
23
23
>
24
24
-
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
28
28
# different versions of python.
29
29
30
30
id: trace-call
@@ -107,5 +107,3 @@ test_print_subprocess:
107
107
> /path/to/test.py:8 g
108
108
> x: 42 (int)
109
109
>
110
-
111
-
Original file line number Diff line number Diff line change 4
4
from pathlib import Path
5
5
from subprocess import run
6
6
7
- import pytest
8
7
import parametrize_from_file as pff
8
+ import pytest
9
9
10
10
from devtools import Debug , debug
11
11
from devtools .ansi import strip_ansi
You can’t perform that action at this time.
0 commit comments