comparison NewTests/README @ 718:e1b7654fb58d attach-custom-data tip

merged find-refactoring -> attach-custom-data
author Alain Mazy <am@orthanc.team>
date Wed, 09 Oct 2024 11:07:09 +0200
parents bdb9763d53ff
children
comparison
equal deleted inserted replaced
705:beb7bd0fdf47 718:e1b7654fb58d
190 190
191 with Docker: 191 with Docker:
192 192
193 python3 NewTests/main.py --pattern=PostgresUpgrades.test_pg_upgrades.TestPgUpgrades.* \ 193 python3 NewTests/main.py --pattern=PostgresUpgrades.test_pg_upgrades.TestPgUpgrades.* \
194 --orthanc_under_tests_docker_image=orthancteam/orthanc:current 194 --orthanc_under_tests_docker_image=orthancteam/orthanc:current
195
196
197 Read Only PG:
198 --------------
199
200 Run the Read Only tests with your locally build version and break before execution to allow you to start your debugger.
201
202 python3 NewTests/main.py --pattern=ReadOnly.test_readonly_pg.TestReadOnlyPG.* \
203 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
204 --orthanc_under_tests_http_port=8043 \
205 --plugin=/home/alain/o/build/orthanc-dicomweb/libOrthancDicomWeb.so \
206 --plugin=/home/alain/o/build/pg/libOrthancPostgreSQLIndex.so \
207 --break_after_preparation
208
209 with Docker (TODO):
210
211 python3 NewTests/main.py --pattern=ReadOnly.test_readonly_pg.TestReadOnlyPG.* \
212 --orthanc_under_tests_docker_image=orthancteam/orthanc:current \
213 --orthanc_under_tests_http_port=8043