FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testgres.pg_conf/run_tests3.sh at master · postgrespro/testgres.pg_conf · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
postgrespro
/
testgres.pg_conf
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
testgres.pg_conf
/
run_tests3.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
23 lines (17 loc) · 471 Bytes
Breadcrumbs
testgres.pg_conf
/
run_tests3.sh
Copy path
File metadata and controls
executable file
·
23 lines (17 loc) · 471 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!
/usr/bin/env bash
#
Copyright (c) 2017-2025 Postgres Professional
set
-eux
#
prepare python environment
VENV_PATH=
"
/tmp/testgres_venv
"
rm -rf
$VENV_PATH
${PYTHON_BINARY}
-m venv
"
${VENV_PATH}
"
export
VIRTUAL_ENV_DISABLE_PROMPT=1
source
"
${VENV_PATH}
/bin/activate
"
#
Codestyle is checked
pip install flake8 flake8-pyproject
flake8
pip uninstall -y flake8 flake8-pyproject
#
Functional is tested
pip install pytest pytest-xdist
python -m pytest -l -v -n 4
set
+eux
Back
|
FazBrowse Home
|
New Git URL