Salome HOME
Quelques précisions
[modules/smesh.git] / src / Tools / blocFissure / doc / testcases.rst
index 47be3dc5e61833c9cd7f27591b63eda20429fd5d..34ae5c8f7b1b83b9e93c61f9d434f61d2c6f4448 100644 (file)
@@ -120,13 +120,21 @@ All 12 bended pipe test cases are not shown here because they are relatively sim
 Running test cases\r
 =====================================\r
 \r
-In SALOME interface:\r
+All the files for these test cases are stored in the directory of the installation of SALOME:\r
 \r
-0) **Generate med and breps files.** Once the files are generated, they are saved in SALOME source files. There is no need to generate them again::\r
+``Salome-VXXXX_package-YY/modules/SMESH_VXXXX/lib/python3.6/site-packages/salome/blocFissure``\r
+\r
+The test cases can be runned either through the python window of the SALOME GUI or with a python script.\r
+\r
+0) **Generate med and breps files.**::\r
 \r
     from blocFissure.materielCasTests import genereMateriel\r
 \r
-Then the user can either launch all test cases, several at once or just one :\r
+Once the files are generated, they are saved into the directory of the installation of SALOME:\r
+\r
+``Salome-VXXXX_package-YY/modules/SMESH_VXXXX/lib/python3.6/site-packages/salome/blocFissure/materielCasTests``\r
+\r
+There is no need to generate them again.\r
 \r
 1) **To execute all test cases**::\r
 \r
@@ -134,11 +142,11 @@ Then the user can either launch all test cases, several at once or just one :
 \r
 2) **To execute only selected test cases**:\r
 \r
-modify execution_Cas.py file and change::\r
+modify the file ``execution_Cas.py`` and change::\r
 \r
     runall = False. #old : True\r
 \r
-And change from 0 to 1 of the number of the test you want to launch::\r
+And change from 0 to 1 of the index of the test you want to launch::\r
 \r
     torun = [ 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,]\r
 \r