We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e49fe commit 73c004dCopy full SHA for 73c004d
01_hello/test.py
@@ -26,7 +26,7 @@ def test_runnable():
26
def test_executable():
27
"""Says 'Hello, World!' by default"""
28
29
- out = getoutput({prg})
+ out = getoutput(prg)
30
assert out.strip() == 'Hello, World!'
31
32
0 commit comments