|
7 | 7 |
|
8 | 8 | The class :doc:`idfxTest <idfxTest>` provides the basement to implement an *Idefix* integration test for validation. |
9 | 9 | In order to ease launching all the tests, the user might prefer to use directly the ``./test.py`` command at the |
10 | | -root or *Idefix* sources. |
| 10 | +root of the *Idefix* sources. |
11 | 11 |
|
12 | | -This script will run all the registered variants of *Idefix* and build a report in the terminal. At the |
| 12 | +This script will run all the listed variants of *Idefix* and build a report in the terminal. At the |
13 | 13 | end of the run a standard ``junit.xml`` file is produced. This one can be translated into a browsable |
14 | 14 | HTML file. |
15 | 15 |
|
@@ -61,7 +61,7 @@ The result of the execution will be an output like : |
61 | 61 | ---------- generated xml file: idefix-tests.junit.xml --------------------------------------------------------- |
62 | 62 | =============================== 8 passed, 44 deselected in 73.03s (0:01:13) =================================== |
63 | 63 |
|
64 | | -In case of an error, the output of the command will be printed. |
| 64 | +When seeing an error, the output of the command will be printed at the end. |
65 | 65 |
|
66 | 66 | HTML report |
67 | 67 | ----------- |
@@ -117,7 +117,7 @@ Here the options supported by the test script : |
117 | 117 | -fake Make a fake run by just logging the actions to validate that we generate same command over refactoring. |
118 | 118 | -subdir SUBDIR Select the test in the given subdir not to run all. |
119 | 119 |
|
120 | | -The script is constructed on top of the ``pytest`` command so you automatically get access |
| 120 | +The script is built on top of the ``pytest`` command so you automatically get access |
121 | 121 | to all the advanced option this command provide. Here a few examples : |
122 | 122 |
|
123 | 123 | .. code-block:: shell |
@@ -159,7 +159,7 @@ For a single basic configuration one can use : |
159 | 159 | Available parameters |
160 | 160 | -------------------- |
161 | 161 |
|
162 | | -The parameters in the ``variants`` dictionnary correspond to the option supported by the |
| 162 | +The parameters in the ``variants`` dictionnary correspond to the options supported by the |
163 | 163 | :doc:`idfxTest <idfxTest>` script to configure the build and run of *Idefix*. |
164 | 164 |
|
165 | 165 | In addition there is some extra keys which are dedicated to the json interpretation layer : |
@@ -197,7 +197,7 @@ Looping over parameters |
197 | 197 |
|
198 | 198 | You might want to explore running Idefix within parameter ranges (configuration files, modes). |
199 | 199 | For this simply list the values you want as a list. The test script will automatically |
200 | | -generate the list of all combinations. |
| 200 | +generate all combinations. |
201 | 201 |
|
202 | 202 | .. code-block:: json |
203 | 203 |
|
@@ -329,7 +329,7 @@ it simplified the writting of some conditions like if you used and IF statement. |
329 | 329 | } |
330 | 330 | } |
331 | 331 |
|
332 | | -In this case, ``reconstrucion`` will be set to 1 when ``single`` equal to ``true``. |
| 332 | +In this case, ``reconstruction`` will be set to 1 when ``single`` is equal to ``true``. |
333 | 333 |
|
334 | 334 | Note that the ``conditions`` field can contains several values which will be treaded |
335 | 335 | as and AND logical operator. |
|
0 commit comments