File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ rm -f $COVERAGE_FILE
2626pip install coverage
2727
2828# run tests (PATH)
29- time coverage run -a -m pytest -l -v -n 4 -k " ${TEST_FILTER} "
29+ time coverage run -a -m pytest -l -vvv -n 4 -k " ${TEST_FILTER} "
3030
3131# run tests (PG_BIN)
3232PG_BIN=$( pg_config --bindir) \
33- time coverage run -a -m pytest -l -v -n 4 -k " ${TEST_FILTER} "
33+ time coverage run -a -m pytest -l -vvv -n 4 -k " ${TEST_FILTER} "
3434
3535# run tests (PG_CONFIG)
3636PG_CONFIG=$( pg_config --bindir) /pg_config \
37- time coverage run -a -m pytest -l -v -n 4 -k " ${TEST_FILTER} "
37+ time coverage run -a -m pytest -l -vvv -n 4 -k " ${TEST_FILTER} "
3838
3939# test pg8000
4040pip uninstall -y psycopg2
4141pip install pg8000
4242PG_CONFIG=$( pg_config --bindir) /pg_config \
43- time coverage run -a -m pytest -l -v -n 4 -k " ${TEST_FILTER} "
43+ time coverage run -a -m pytest -l -vvv -n 4 -k " ${TEST_FILTER} "
4444
4545# show coverage
4646coverage report
You can’t perform that action at this time.
0 commit comments