Skip to content

Commit f3adc73

Browse files
committed
Name the test case more clearly
1 parent eacc8d9 commit f3adc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_indirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66

7-
def test_reveal_interpreter():
7+
def test_subprocess():
88
proc = subprocess.run(
99
[sys.executable, "reveal_interpreter.py"],
1010
check=True,

0 commit comments

Comments
 (0)