We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a1018 commit 60eb03eCopy full SHA for 60eb03e
scripts/run_pytorch.sh
@@ -18,4 +18,4 @@ do
18
sed -n '/^```python/,/^```/ p' < $f | sed '/^```/ d' > $out_py
19
done
20
21
-pytest --junitxml=test-results/junit.xml -v -s test_run_python_code.py
+pytest --junitxml=test-results/junit.xml test_run_python_code.py -vv
0 commit comments