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 6831ce5 commit 11f19d9Copy full SHA for 11f19d9
tests/special_tests.sh
@@ -57,7 +57,7 @@ for i in "${!parametrizations_arr[@]}"; do
57
58
# run the test
59
echo "Running ${parametrization}"
60
- #pytest ${defaults} "${parametrization}"
+ pytest ${defaults} "${parametrization}"
61
62
report+="Ran\t$parametrization\n"
63
done
0 commit comments