Skip to content

Commit 156750c

Browse files
asimellfailattu
authored andcommitted
Add note about keyword decorator
1 parent fdd3372 commit 156750c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

exercisefiles/robotframework/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ only some sample data.
1212
Take a look at the `data` folder and ask copilot to explain what it contains. See how
1313
copilot 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

1719
The `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

4143
The 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

0 commit comments

Comments
 (0)