Thanks to visit codestin.com Credit goes to github.com
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 1f99813 commit 41455d6Copy full SHA for 41455d6
run_tests.sh
@@ -38,19 +38,19 @@ rm -f $COVERAGE_FILE
38
39
40
# run tests (PATH)
41
-time coverage run -a -m pytest -l -v -n 4
+time coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
42
43
44
# run tests (PG_BIN)
45
time \
46
PG_BIN=$(dirname $(which pg_config)) \
47
- coverage run -a -m pytest -l -v -n 4
+ coverage run -a -m pytest -l -v -n 2 -k "TestgresTests"
48
49
50
# run tests (PG_CONFIG)
51
52
PG_CONFIG=$(which pg_config) \
53
54
55
56
# show coverage
0 commit comments