comparison NewTests/README @ 648:810390d3968a large-queries

new hk2 tests
author Alain Mazy <am@orthanc.team>
date Tue, 21 May 2024 17:10:27 +0200
parents f6ee256f2404
children
comparison
equal deleted inserted replaced
645:a25e7a641f26 648:810390d3968a
49 49
50 Run the Housekeeper tests with your locally build version and break between preparation 50 Run the Housekeeper tests with your locally build version and break between preparation
51 and execution to allow you to start your debugger. 51 and execution to allow you to start your debugger.
52 52
53 python3 NewTests/main.py --pattern=Housekeeper.test_housekeeper.TestHousekeeper.test_before_after_reconstruction \ 53 python3 NewTests/main.py --pattern=Housekeeper.test_housekeeper.TestHousekeeper.test_before_after_reconstruction \
54 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
55 --orthanc_under_tests_http_port=8043 \
56 --plugin=/home/alain/o/build/orthanc/libHousekeeper.so \
57 --break_after_preparation
58
59 python3 NewTests/main.py --pattern=Housekeeper.test_housekeeper2.TestHousekeeper2.test_before_after_reconstruction \
54 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \ 60 --orthanc_under_tests_exe=/home/alain/o/build/orthanc/Orthanc \
55 --orthanc_under_tests_http_port=8043 \ 61 --orthanc_under_tests_http_port=8043 \
56 --plugin=/home/alain/o/build/orthanc/libHousekeeper.so \ 62 --plugin=/home/alain/o/build/orthanc/libHousekeeper.so \
57 --break_after_preparation 63 --break_after_preparation
58 64