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
\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