File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercisefiles/robotframework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The unit tests for the `MetarReader` library are already implemented in
4343
4444### 3. Implement Robot Framework tests based on functional requirements
4545
46- The Robot Framework must test the following test cases:
46+ The Robot Framework test suite ` metar_test.robot ` must test the following cases:
4747
4848- ** METAR File Contains Data**
4949 - Initially, the number of sites should be ` 0 ` .
@@ -64,5 +64,5 @@ The Robot Framework must test the following test cases:
6464- ** Get Remarks**
6565 - Expect an error when checking if the site ` KEHY ` has a precipitation sensor.
6666 - Expect an error when checking if the site ` KFDW ` has a precipitation sensor.
67- - After adding data from ` metar_data.txt ` , the site ` KEHY ` should have a precipitation sensor.
67+ - After adding data from ` metar_data.txt ` , the site ` KEHY ` should have a precipitation sensor.
6868 - Expect an error when checking if the site ` KFDW ` has a precipitation sensor.
You can’t perform that action at this time.
0 commit comments