File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
exercisefiles/robotframework Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ only some sample data.
1212Take a look at the ` data ` folder and ask copilot to explain what it contains. See how
1313copilot can identify the contents and parse it for you using just the sample data.
1414
15+ ---
16+
1517### 2. Implement ` MetarReader.py ` based on ` tests/test_metarreader.py `
1618
1719The ` MetarReader ` library needs to satisfy the following functional requirements:
@@ -39,7 +41,12 @@ The `MetarReader` library needs to satisfy the following functional requirements
3941 - The system should check if a site has a specific remark (e.g., "AO2" for precipitation sensor).
4042
4143The unit tests for the ` MetarReader ` library are already implemented in
42- ` tests/test_metarreader.py ` .
44+ ` tests/test_metarreader.py ` . Once your library is ready, the unit tests should pass.
45+
46+ To increase readability of the library, ensure the methods that are intended to be keywords
47+ have the ` robot.api.deco.keyword ` decorator.
48+
49+ ---
4350
4451### 3. Implement Robot Framework tests based on functional requirements
4552
You can’t perform that action at this time.
0 commit comments